Skip to content

Commit e70b877

Browse files
authored
Allow static analysis step to continue on error
1 parent fc9b1b5 commit e70b877

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
id: setup-python
3939
with: {python-version: "3.12"}
4040
- name: Run static analysis and format checkers
41+
continue-on-error: true
4142
run: pipx run pre-commit run --all-files --show-diff-on-failure
4243
- name: Build package distribution files
4344
run: >-

0 commit comments

Comments
 (0)