dont fail on format #40

Open
irgendwas wants to merge 1 commit from ci/fmt-none-failing into main

View file

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