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 79f9abf commit 663f444Copy full SHA for 663f444
.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