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.
2 parents 79f9abf + 663f444 commit cd2dce7Copy full SHA for cd2dce7
.github/workflows/check-python-task.yml
@@ -55,7 +55,7 @@ jobs:
55
version: 3.x
56
57
- name: Run flake8
58
- uses: liskin/gh-problem-matcher-wrap@v2
+ uses: liskin/gh-problem-matcher-wrap@v3
59
with:
60
linters: flake8
61
run: task python:lint
.github/workflows/check-shell-task.yml
@@ -83,7 +83,7 @@ jobs:
83
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
84
85
- name: Run ShellCheck
86
87
continue-on-error: ${{ matrix.configuration.continue-on-error }}
88
89
linters: gcc
0 commit comments