Fix pre-commit check in CI

Now that we have actual dependencies, we need to run 'pre-commit run'
outside of the build sandbox.
This commit is contained in:
Bruno BELANYI 2022-07-25 16:34:35 +02:00
parent 7a120cee83
commit c8d7c17711

View file

@ -4,9 +4,9 @@ type: exec
name: abacus checks
steps:
- name: flake check
- name: pre commit check
commands:
- nix flake check
- nix develop . --command pre-commit run --all
- name: package check
commands: