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