Run flake check in actions
This commit is contained in:
parent
f655e43ec7
commit
bea284a645
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/nix.yaml
Normal file
7
.forgejo/workflows/nix.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: podman
|
||||||
|
steps:
|
||||||
|
- run: nix flake check
|
||||||
|
|
Loading…
Reference in a new issue