Skip to content

Commit 197e36a

Browse files
committed
wip
1 parent 3e0cbc5 commit 197e36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
files: |
1919
*.py
2020
**/*.py
21+
2122
- name: Run if any of the listed files above is changed
2223
if: steps.changed-py-files.outputs.any_changed == 'true'
2324
run: mypy ${{ steps.changed-py-files.outputs.all_changed_files}} --install-types --non-interactive
25+
continue-on-error: true
2426

2527
- name: Set warning if previous step failed
2628
if: failure()

0 commit comments

Comments
 (0)