We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c0daa2 + e259844 commit 0e2e7aaCopy full SHA for 0e2e7aa
.github/workflows/check-python-task.yml
@@ -53,7 +53,7 @@ jobs:
53
version: 3.x
54
55
- name: Run flake8
56
- uses: liskin/gh-problem-matcher-wrap@v1
+ uses: liskin/gh-problem-matcher-wrap@v2
57
with:
58
linters: flake8
59
run: task python:lint
.github/workflows/check-shell-task.yml
@@ -81,7 +81,7 @@ jobs:
81
echo "${{ env.INSTALL_PATH }}/$EXTRACTION_FOLDER" >> "$GITHUB_PATH"
82
83
- name: Run ShellCheck
84
85
continue-on-error: ${{ matrix.configuration.continue-on-error }}
86
87
linters: gcc
0 commit comments