This commit is contained in:
parent
83a1226a66
commit
9d2c1aa4df
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ jobs:
|
|||
name: "nix fmt"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixfmt ${find ./ -regex '.*.nix$'} -- --check
|
||||
- run: nixfmt $(find ./ -regex '.*.nix$') -- --check
|
Loading…
Reference in a new issue