Files
test-ci/.gitea/workflows/test.yml
tsranso c69037cb84
All checks were successful
Test CI / test (push) Successful in 2s
add CI workflow
2026-03-15 12:49:24 -04:00

9 lines
183 B
YAML

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