ci/cd: fixes
This commit is contained in:
parent
7c74535c02
commit
b2dd824378
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flake-check-action.yaml
vendored
4
.github/workflows/flake-check-action.yaml
vendored
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: "flake check"
|
||||
uses: "DeterminateSystems/flake-checker-action@v5"
|
||||
- name: "Deadnix check"
|
||||
run: "nix run github:astro/deadnix#deadnix -- -f"
|
||||
run: "nix run flake:nixpkgs#deadnix -- -f ."
|
||||
- name: "Alejandra check"
|
||||
run: "nix run github:kamadorueda/alejandra#alejandra -- -c --experimental-config ./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