added nix flake check action
This commit is contained in:
parent
450dfe39e0
commit
b47cc8e355
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/push.yaml
Normal file
8
.forgejo/workflows/push.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
# - uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix flake check .
|
||||
Loading…
Add table
Add a link
Reference in a new issue