Add 'flake check' stage to CI
Now that the 'pre-commit' is in another stage, add this one back in.
This commit is contained in:
parent
ae1c3322d5
commit
5bee69c38e
|
@ -8,6 +8,10 @@ steps:
|
|||
commands:
|
||||
- nix develop . --command pre-commit run --all
|
||||
|
||||
- name: flake check
|
||||
commands:
|
||||
- nix flake check
|
||||
|
||||
- name: package check
|
||||
commands:
|
||||
- nix build
|
||||
|
|
Loading…
Reference in a new issue