dont fail on format
All checks were successful
ci/woodpecker/pr/check_fmt Pipeline was successful

This commit is contained in:
jopejoe1 2025-04-04 13:03:38 +02:00
parent 3139bab32f
commit 9e8533fc87

View file

@ -2,7 +2,8 @@ when:
- event: pull_request
steps:
- name: "Run nix flake check"
- name: "Run check fmt"
image: docker.nix-community.org/nixpkgs/nix-flakes
commands:
- nix fmt -- --fail-on-change
- nix fmt
- git diff