File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ jobs:
125
125
continue-on-error : ${{ matrix.configuration.continue-on-error }}
126
126
with :
127
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).
128
130
run : task --silent shell:check SCRIPT_PATH="${{ matrix.script }}" SHELLCHECK_FORMAT=${{ matrix.configuration.format }}
129
131
130
132
formatting :
Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ jobs:
126
126
continue-on-error : ${{ matrix.configuration.continue-on-error }}
127
127
with :
128
128
linters : gcc
129
+ # Due to a quirk of the "liskin/gh-problem-matcher-wrap" action, the entire command must be on a single line
130
+ # (instead of being broken into multiple lines for readability).
129
131
run : task --silent shell:check SCRIPT_PATH="${{ matrix.script }}" SHELLCHECK_FORMAT=${{ matrix.configuration.format }}
130
132
131
133
formatting :
You can’t perform that action at this time.
0 commit comments