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 6cbdb02 commit 14faa37Copy full SHA for 14faa37
action.yml
@@ -36,7 +36,8 @@ runs:
36
- name: mypy
37
uses: tsuyoshicho/[email protected]
38
with:
39
- target: ${{ steps.changes.outputs.addedOrModifiedPython_files }}
+ target: ""
40
+ mypy_flags: ${{ steps.changes.outputs.addedOrModifiedPython_files }}
41
reporter: ${{ steps.reporter-check.outputs.reporter }}
42
43
- name: pylint
0 commit comments