Update workflows/test.yml

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