We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e503a commit 37c0cb9Copy full SHA for 37c0cb9
.github/workflows/python-lint.yml
@@ -24,6 +24,6 @@ jobs:
24
25
# Run Lintly with flake8
26
- name: Lint with flake8
27
- run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }} --fail-on=new --use-checks
+ run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }} --use-checks
28
env:
29
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}
0 commit comments