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