oops, forgot to save
This commit is contained in:
parent
378c31ce27
commit
d0bbf16d5c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
name: "nix fmt"
|
name: "nix fmt"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: Ittihadyya/checkout@v4
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: Ittihadyya/nix-installer-action@v16
|
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-installer-action@v16
|
||||||
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
Loading…
Reference in a new issue