Skip to content

Commit 9ab7f8c

Browse files
committed
fix(ci): align nixfmt version and add statix/deadnix to CI
CI was using nixfmt-rfc-style while local tooling uses nixfmt-classic, causing formatting mismatches. Also add statix and deadnix so linting hooks actually run in CI instead of being silently skipped.
1 parent 956534c commit 9ab7f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Dependencies with Nix
2929
run: |
3030
# Install all dependencies via Nix
31-
nix profile install nixpkgs#pre-commit nixpkgs#nixfmt-rfc-style nixpkgs#shellcheck
31+
nix profile install nixpkgs#pre-commit nixpkgs#nixfmt-classic nixpkgs#statix nixpkgs#deadnix nixpkgs#shellcheck
3232
3333
- name: Run pre-commit hooks
3434
run: |

0 commit comments

Comments
 (0)