add a test action
Test Runner / test (push) Successful in 27s

This commit is contained in:
2026-02-28 22:38:49 -05:00
parent 38aaaa5834
commit 315d40c5e0
+13
View File
@@ -0,0 +1,13 @@
name: Test Runner
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner is working!"