Compare commits

...

2 Commits

Author SHA1 Message Date
olsenben 84c318b264 Merge pull request 'Add .github/workflows/test.yml' (#1) from olsenben-patch-1 into main
Test / test (push) Successful in 1s
Reviewed-on: #1
2026-05-31 23:30:52 +00:00
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"