peer-group-grading/.woodpecker/check_fmt.yaml
jopejoe1 9e8533fc87
All checks were successful
ci/woodpecker/pr/check_fmt Pipeline was successful
dont fail on format
2025-04-04 13:03:38 +02:00

9 lines
166 B
YAML

when:
- event: pull_request
steps:
- name: "Run check fmt"
image: docker.nix-community.org/nixpkgs/nix-flakes
commands:
- nix fmt
- git diff