Merge pull request 'Add .github/workflows/test.yml' (#1) from olsenben-patch-1 into main
Test / test (push) Successful in 1s

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-05-31 23:30:52 +00:00
+11
View File
@@ -0,0 +1,11 @@
name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "test"