We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb5e75 commit e2516a0Copy full SHA for e2516a0
.github/workflows/tests.yml
@@ -38,6 +38,8 @@ jobs:
38
- id: ShellCheck
39
name: Differential ShellCheck
40
uses: redhat-plumbers-in-action/differential-shellcheck@v5
41
+ env:
42
+ SHELLCHECK_OPTS: --shell sh
43
with:
44
token: ${{ secrets.GITHUB_TOKEN }}
45
if: github.event_name == 'pull_request' && matrix.go == 'stable'
0 commit comments