Add Actions
This commit is contained in:
parent
8cdd860a5e
commit
936e6948f8
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/check.yml
Normal file
7
.forgejo/workflows/check.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: push
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix flake check
|
Loading…
Add table
Add a link
Reference in a new issue