Skip to content

Commit e2516a0

Browse files
committed
github: Pass shell type to shellcheck
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 8eb5e75 commit e2516a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- id: ShellCheck
3939
name: Differential ShellCheck
4040
uses: redhat-plumbers-in-action/differential-shellcheck@v5
41+
env:
42+
SHELLCHECK_OPTS: --shell sh
4143
with:
4244
token: ${{ secrets.GITHUB_TOKEN }}
4345
if: github.event_name == 'pull_request' && matrix.go == 'stable'

0 commit comments

Comments
 (0)