Skip to content

Commit e5c13f1

Browse files
committed
Show mypy problems on PRs
1 parent 9854bb2 commit e5c13f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dist.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
pip --disable-pip-version-check install mypy setuptools wheel setuptools_scm
3131
pip --disable-pip-version-check install --no-build-isolation -e .
3232
- name: Run mypy
33-
run: |
34-
mypy commands2
33+
uses: liskin/gh-problem-matcher-wrap@v2
34+
with:
35+
linters: mypy
36+
run: mypy --show-column-numbers commands2

0 commit comments

Comments
 (0)