Skip to content

Commit 37c0cb9

Browse files
committed
Remove fail-on new so that flake8 checks all
1 parent c7e503a commit 37c0cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424

2525
# Run Lintly with flake8
2626
- name: Lint with flake8
27-
run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }} --fail-on=new --use-checks
27+
run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }} --use-checks
2828
env:
2929
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)