Skip to content

Commit 3f38e6c

Browse files
committed
Add comment to workflow re: unexpected behavior of "liskin/gh-problem-matcher-wrap" action
1 parent d851216 commit 3f38e6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
uses: liskin/gh-problem-matcher-wrap@v3
9191
with:
9292
linters: flake8
93+
# Due to a quirk of the "liskin/gh-problem-matcher-wrap" action, the entire command must be on a single line
94+
# (instead of being broken into multiple lines for readability).
9395
run: task python:lint
9496

9597
formatting:

0 commit comments

Comments
 (0)