This commit is contained in:
parent
3139bab32f
commit
9e8533fc87
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue