diff options
Diffstat (limited to '.github/workflows/linter-manual.yaml')
-rw-r--r-- | .github/workflows/linter-manual.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linter-manual.yaml b/.github/workflows/linter-manual.yaml index c2673be..d3b3a7f 100644 --- a/.github/workflows/linter-manual.yaml +++ b/.github/workflows/linter-manual.yaml @@ -21,4 +21,6 @@ jobs: uses: azohra/shell-linter@v0.6.0 with: path: ${{ github.event.inputs.path }} - severity: ${{ github.event.inputs.severity }}
\ No newline at end of file + severity: ${{ github.event.inputs.severity }} + env: + SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison
\ No newline at end of file |