Skip to content

Commit

Permalink
fix: typo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ong committed Dec 23, 2023
1 parent cd76452 commit 8c3ad3f
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 @@ -27,4 +27,4 @@ jobs:
path: ~/.cache/pre-commit/
key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
- name: Run pre-commit on all files
run: pre-commit run ---show-diff-on-failure --color=always -all-files
run: pre-commit run ---show-diff-on-failure --color=always --all-files

0 comments on commit 8c3ad3f

Please sign in to comment.