Add test.yml

This commit is contained in:
2026-05-25 19:27:38 +00:00
commit ca973c9a0a
+11
View File
@@ -0,0 +1,11 @@
name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"