add CI workflow
All checks were successful
Test CI / test (push) Successful in 2s

This commit is contained in:
2026-03-15 12:49:24 -04:00
parent 53e7b1b2bc
commit c69037cb84

View File

@@ -0,0 +1,9 @@
name: Test CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo \"Hello from sasquatch-runner!\"
- run: uname -a