parent
87cf41dea8
commit
8e0397c495
1 changed files with 9 additions and 0 deletions
9
.forgejo/workflows/test.yml
Normal file
9
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue