oliverdavies.uk/.forgejo/workflows/test.yml
Oliver Davies 8e0397c495
Some checks failed
/ check (push) Failing after 1m6s
Add test workflow
2025-05-04 20:02:20 +01:00

9 lines
193 B
YAML

---
on: push
jobs:
check:
runs-on: nixos
steps:
- uses: actions/checkout@v4
- run: nix develop --command ./run ci:install
- run: nix develop --command ./run ci:test