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 b2d169a commit 7be5ac1Copy full SHA for 7be5ac1
.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 }} --use-checks
+ run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }}
28
env:
29
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}
0 commit comments