Compare commits

..

1 Commits

Author SHA1 Message Date
olsenben 1190106bfc Add .github/workflows/test.yml
Test / test (push) Successful in 2s
2026-05-31 23:30:44 +00:00
+11
View File
@@ -0,0 +1,11 @@
name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "test"