We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d851216 commit 3f38e6cCopy full SHA for 3f38e6c
.github/workflows/check-python-task.yml
@@ -90,6 +90,8 @@ jobs:
90
uses: liskin/gh-problem-matcher-wrap@v3
91
with:
92
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).
95
run: task python:lint
96
97
formatting:
0 commit comments