Add .github/workflows/test.yml
Test / test (push) Successful in 2s

This commit is contained in:
2026-05-31 23:30:44 +00:00
parent 63572eafaf
commit 1190106bfc
+11
View File
@@ -0,0 +1,11 @@
name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "test"