Run flake check in CI
This commit is contained in:
parent
e4babff826
commit
082ed32bae
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -20,3 +20,7 @@ jobs:
|
|||
id: build
|
||||
run: |
|
||||
nix build -j auto
|
||||
- name: Flake check
|
||||
id: flake-check
|
||||
run: |
|
||||
nix flake check
|
||||
|
|
Loading…
Reference in a new issue