dont fail on format #40
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue