fix: update nixfmt workflow to use latest install action and change nixfmt package
Some checks failed
Nix Format Check / check-format (push) Failing after 10s
Some checks failed
Nix Format Check / check-format (push) Failing after 10s
This commit is contained in:
parent
5a0a4a96c5
commit
212050a0ee
4
.github/workflows/nixfmt.yml
vendored
4
.github/workflows/nixfmt.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: cachix/install-nix-action@v25
|
uses: cachix/install-nix-action@v30
|
||||||
|
|
||||||
- name: Install nixfmt
|
- name: Install nixfmt
|
||||||
run: nix-env -i nixfmt
|
run: nix-env -i nixfmt-rfc-style
|
||||||
|
|
||||||
- name: Check Nix formatting
|
- name: Check Nix formatting
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user