add forma check
This commit is contained in:
parent
59b5f29344
commit
647aa6e566
1 changed files with 9 additions and 0 deletions
9
.woodpecker/check_fmt.yaml
Normal file
9
.woodpecker/check_fmt.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: "Run nix flake check"
|
||||||
|
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||||
|
commands:
|
||||||
|
- nix fmt -- --fail-on-change
|
Loading…
Add table
Reference in a new issue