Skip to content

Commit 61171f5

Browse files
committed
Add problem matcher to "Check Python" workflow
This will cause error messages to be surfaced in the workflow run summary and logs, making it easier to discover the cause of a workflow run failure.
1 parent 23eda5f commit 61171f5

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)