Skip to content

Commit 82d9e5f

Browse files
authored
Merge pull request #940 from per1234/simplify-workflow
Simplify workflow code
2 parents d18612c + 6b71e2b commit 82d9e5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check-shell-task.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ jobs:
127127
linters: gcc
128128
# Due to a quirk of the "liskin/gh-problem-matcher-wrap" action, the entire command must be on a single line
129129
# (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 }}
130+
run: task --silent shell:check SCRIPT_PATH="${{ matrix.script }}" SHELLCHECK_FORMAT=${{ matrix.configuration.format }}
132131

133132
formatting:
134133
name: formatting (${{ matrix.script }})

0 commit comments

Comments
 (0)