Skip to content

Commit

Permalink
Correct statix command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 13, 2024
1 parent 5db5b2a commit 863cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Lint Nix
run: |
nix develop --command bash -c "statix ./nix && statix ./flake.nix"
nix develop --command bash -c "statix check ./nix && statix check ./flake.nix"
- name: Check Rust formatting
run: |
Expand Down

0 comments on commit 863cf35

Please sign in to comment.