parent
6a0ae96910
commit
d495628e5b
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,4 @@ jobs:
|
|||
name: "nix fmt"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixfmt ${find . ./ -regex '*.nix$'} -- check
|
||||
# check:
|
||||
# name: "nix flake check"
|
||||
- run: nixfmt ${find . ./ -regex '*.nix$'} -- --check
|
Loading…
Reference in a new issue