File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ jobs:
3333
3434 - uses : actions/checkout@v2
3535 - uses : actions/setup-python@v3
36- # with:
37- # python-version: '3.x'
38- # - run: pip install mypy
39- # - name: Get Python changed files
40- # id: changed-py-files
41- # uses: tj-actions/changed-files@v23
42- # with:
43- # files: |
44- # *.py
45- # **/*.py
36+ with :
37+ python-version : ' 3.x'
38+ - run : pip install mypy
39+ - name : Get Python changed files
40+ id : changed-py-files
41+ uses : tj-actions/changed-files@v23
42+ with :
43+ files : |
44+ *.py
45+ **/*.py
4646 - name : Run if any of the listed files above is changed
4747 if : steps.changed-py-files.outputs.any_changed == 'true'
4848 run : mypy ${{ steps.changed-py-files.outputs.all_changed_files }} --ignore-missing-imports
You can’t perform that action at this time.
0 commit comments