Skip to content

Commit 14faa37

Browse files
committed
support multiple changed files in mypy action
1 parent 6cbdb02 commit 14faa37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ runs:
3636
- name: mypy
3737
uses: tsuyoshicho/[email protected]
3838
with:
39-
target: ${{ steps.changes.outputs.addedOrModifiedPython_files }}
39+
target: ""
40+
mypy_flags: ${{ steps.changes.outputs.addedOrModifiedPython_files }}
4041
reporter: ${{ steps.reporter-check.outputs.reporter }}
4142

4243
- name: pylint

0 commit comments

Comments
 (0)