ci: use more explicit step name
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-11-18 20:21:24 +00:00
parent a57f1cfa71
commit 48dad0c962

View file

@ -2,7 +2,7 @@ labels:
type: exec type: exec
steps: steps:
- name: pre-commit checks - name: flake check
image: bash image: bash
commands: commands:
- nix flake check - nix flake check