ci/cd: fixes
This commit is contained in:
parent
54c27a685b
commit
90b0747068
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake-check-action.yaml
vendored
2
.github/workflows/flake-check-action.yaml
vendored
|
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- name: "flake check"
|
- name: "flake check"
|
||||||
uses: "DeterminateSystems/flake-checker-action@v5"
|
uses: "DeterminateSystems/flake-checker-action@v5"
|
||||||
- name: "Deadnix check"
|
- name: "Deadnix check"
|
||||||
run: "nix run flake:nixpkgs#deadnix -- -f ."
|
run: "nix run flake:nixpkgs#deadnix -- ."
|
||||||
- name: "Alejandra check"
|
- name: "Alejandra check"
|
||||||
run: "nix run flake:nixpkgs#alejandra -- --check --experimental-config .github/workflows/alejandra.toml ."
|
run: "nix run flake:nixpkgs#alejandra -- --check --experimental-config .github/workflows/alejandra.toml ."
|
||||||
Loading…
Add table
Add a link
Reference in a new issue