Skip to content

Commit 7babb0e

Browse files
authored
Merge pull request robotpy#39 from robotpy/mypy-problem-matcher
Show mypy problems on PRs
2 parents 9854bb2 + e5c13f1 commit 7babb0e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dist.yml

+4-2
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)