Add explicit 'pre-commit' CI step
This commit is contained in:
parent
e744ebffb4
commit
5f5ee66aad
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ labels:
|
||||||
backend: local
|
backend: local
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: pre-commit check
|
||||||
|
image: bash
|
||||||
|
commands:
|
||||||
|
- nix develop --command pre-commit run --all
|
||||||
|
|
||||||
- name: flake check
|
- name: flake check
|
||||||
image: bash
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue