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 e45bda0 commit c258f9bCopy full SHA for c258f9b
.github/workflows/python-lint.yml
@@ -1,4 +1,4 @@
1
- # Uses (Lintly): https://github.com/grantmcconnaughey/Lintly
+# Uses (Lintly): https://github.com/grantmcconnaughey/Lintly
2
# Submits code reviews based on flake8 output
3
name: Python (Lintly)
4
@@ -24,6 +24,6 @@ jobs:
24
25
# Run Lintly with flake8
26
- name: Lint with flake8
27
- uses: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }} --fail-on=new --use-checks
+ uses: flake8 | lintly --fail-on=new --use-checks
28
env:
29
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}
0 commit comments