Skip to content

Commit

Permalink
CI: Fix copy/paste of flake8->ruff in linting message
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 9, 2023
1 parent c992206 commit 62fe7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -o pipefail
ruff check . | reviewdog -f=pep8 -name=flake8 -reporter=github-check -filter-mode=nofilter
ruff check . | reviewdog -f=pep8 -name=ruff -reporter=github-check -filter-mode=nofilter
- name: Run flake8
env:
Expand Down

0 comments on commit 62fe7a5

Please sign in to comment.