Skip to content

Commit 92ff103

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 128ba2b commit 92ff103

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
@@ -52,4 +52,7 @@ jobs:
5252
version: 3.x
5353

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

0 commit comments

Comments
 (0)