.github: ci/cd update

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-12 23:18:10 +03:00
parent 2b3d7f3834
commit e3d3daf286
No known key found for this signature in database

View file

@ -17,6 +17,8 @@ jobs:
uses: "DeterminateSystems/nix-installer-action@v16" uses: "DeterminateSystems/nix-installer-action@v16"
- name: "flake check" - name: "flake check"
uses: "DeterminateSystems/flake-checker-action@v5" uses: "DeterminateSystems/flake-checker-action@v5"
- name: "Manual nix flake check"
run: "nix flake check --all-systems --impure"
- name: "Deadnix check" - name: "Deadnix check"
run: "nix run flake:nixpkgs#deadnix -- ." run: "nix run flake:nixpkgs#deadnix -- ."
- name: "Alejandra check" - name: "Alejandra check"