Skip to content

Commit

Permalink
fixup! move lint ci to flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Jan 9, 2025
1 parent 1449f0f commit fed7e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
key: ${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.pre-commit-config.yaml') }}

- name: run pre-commit
run: nix --extra-experimental-features 'nix-command flakes' develop --comand 'pre-commit run --show-diff-on-failure --color=always --all-files'
run: nix --extra-experimental-features 'nix-command flakes' develop --command 'pre-commit run --show-diff-on-failure --color=always --all-files'

0 comments on commit fed7e62

Please sign in to comment.