Skip to content

Commit 7be5ac1

Browse files
authored
Remove use-checks option so that it submits a review
1 parent b2d169a commit 7be5ac1

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 }} --use-checks
27+
run: flake8 | lintly --commit-sha=${{ github.event.pull_request.head.sha }}
2828
env:
2929
LINTLY_API_KEY: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)