Skip to content

Commit 612ea9f

Browse files
committed
Remove liskin/gh-problem-matcher-wrap action
1 parent f180ef4 commit 612ea9f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ jobs:
4747
- name: Install typing dependencies
4848
run: pip install mypy pytest -r requirements.txt
4949
- name: Mypy
50-
uses: liskin/gh-problem-matcher-wrap@v3
51-
with:
52-
linters: mypy
53-
run: mypy --show-column-numbers
50+
run: mypy
5451

5552
sdist:
5653
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)