ci/cd: fixes

This commit is contained in:
hand7s 2025-04-27 13:23:27 +03:00
parent 54c27a685b
commit 90b0747068
No known key found for this signature in database

View file

@ -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 ."