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 6028420 commit 736bdc4Copy full SHA for 736bdc4
.github/workflows/lint.yaml
@@ -36,8 +36,6 @@ jobs:
36
run: |
37
python -m pip install pre-commit
38
- name: Run pre-commit checks
39
- # Continue on error to display the formatting diff in case lint fails.
40
- continue-on-error: true
41
42
pre-commit run --all-files
43
- name: Check to see what files pre-commit modified
0 commit comments