Skip to content

Commit 2ca6444

Browse files
committed
f
1 parent 9bb4af8 commit 2ca6444

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/lint.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)