hi
This commit is contained in:
parent
ec9143f3ad
commit
d26be7c430
1 changed files with 2 additions and 0 deletions
|
@ -6,4 +6,6 @@ jobs:
|
|||
name: "nix fmt"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v9 # this is probably not gonna work, expecting to receive a bad repo error or whatever
|
||||
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
Loading…
Reference in a new issue