Skip to content

Commit 66feda6

Browse files
authored
Merge pull request #67 from per1234/flake8-problem-matcher
Add problem matcher to "Check Python" workflow
2 parents fa8d181 + 61171f5 commit 66feda6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-python-task.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
version: 3.x
5454

5555
- name: Run flake8
56-
run: task python:lint
56+
uses: liskin/gh-problem-matcher-wrap@v1
57+
with:
58+
linters: flake8
59+
run: task python:lint
5760

5861
formatting:
5962
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)