diff --git a/.woodpecker/check_fmt.yaml b/.woodpecker/check_fmt.yaml index ffaecc2..35d12fa 100644 --- a/.woodpecker/check_fmt.yaml +++ b/.woodpecker/check_fmt.yaml @@ -6,10 +6,4 @@ steps: - name: "Run nix flake check" image: docker.nix-community.org/nixpkgs/nix-flakes commands: - - nix fmt - - name: push commit - image: appleboy/drone-git-push - settings: - remote_name: origin - branch: main - local_ref: main + - nix fmt -- --fail-on-change