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:
Bruno BELANYI 2022-07-25 16:42:32 +02:00
parent ae1c3322d5
commit 5bee69c38e

View file

@ -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