templates: use explicit 'pre-commit check' CI step
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2024-02-16 23:00:57 +00:00
parent 5d38d94da6
commit 6539471186
2 changed files with 10 additions and 0 deletions

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: nix flake check
image: bash
commands:

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: nix flake check
image: bash
commands: