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

This commit is contained in:
2026-05-25 19:30:13 +00:00
parent 529e09d163
commit 8cb21687ae
+11
View File
@@ -0,0 +1,11 @@
name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"