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 d18612c + 6b71e2b commit 82d9e5fCopy full SHA for 82d9e5f
.github/workflows/check-shell-task.yml
@@ -127,8 +127,7 @@ jobs:
127
linters: gcc
128
# Due to a quirk of the "liskin/gh-problem-matcher-wrap" action, the entire command must be on a single line
129
# (instead of being broken into multiple lines for readability).
130
- run: |
131
- task --silent shell:check SCRIPT_PATH="${{ matrix.script }}" SHELLCHECK_FORMAT=${{ matrix.configuration.format }}
+ run: task --silent shell:check SCRIPT_PATH="${{ matrix.script }}" SHELLCHECK_FORMAT=${{ matrix.configuration.format }}
132
133
formatting:
134
name: formatting (${{ matrix.script }})
0 commit comments