flake-check-action.yaml: -> nix fmt
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
23ea92dc57
commit
bb2f60ef95
2 changed files with 3 additions and 5 deletions
6
.github/workflows/flake-check-action.yaml
vendored
6
.github/workflows/flake-check-action.yaml
vendored
|
|
@ -17,7 +17,5 @@ jobs:
|
|||
uses: "DeterminateSystems/nix-installer-action@v16"
|
||||
- name: "flake check"
|
||||
uses: "DeterminateSystems/flake-checker-action@v5"
|
||||
- name: "Deadnix check"
|
||||
run: "nix run flake:nixpkgs#deadnix -- ."
|
||||
- name: "Alejandra check"
|
||||
run: "nix run flake:nixpkgs#alejandra -- --check --experimental-config .github/workflows/alejandra.toml ."
|
||||
- name: "nix fmt"
|
||||
run: "nix fmt"
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@
|
|||
treefmt \
|
||||
--ci \
|
||||
--config-file \
|
||||
"${self}/.github/workflows/alejandra.toml"
|
||||
"${self}/.github/workflows/"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue