Skip to content

Commit

Permalink
TESTING LINTING OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Aug 15, 2024
1 parent 8449732 commit 9cf29e5
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=ruff -reporter=github-check -filter-mode=nofilter
ruff check .
- name: Run flake8
env:
Expand Down

0 comments on commit 9cf29e5

Please sign in to comment.