Add explicit 'pre-commit' CI step

This commit is contained in:
Bruno BELANYI 2024-12-23 12:04:25 -05:00
parent e744ebffb4
commit 5f5ee66aad

View file

@ -2,6 +2,11 @@ labels:
backend: local
steps:
- name: pre-commit check
image: bash
commands:
- nix develop --command pre-commit run --all
- name: flake check
image: bash
commands: