Commit 19fd66af authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

add shell-linter config (no-ci)

parent 3d295602
...@@ -17,3 +17,5 @@ jobs: ...@@ -17,3 +17,5 @@ jobs:
with: with:
path: "src/**/*.sh" path: "src/**/*.sh"
severity: "error" # [style, info, warning, error] severity: "error" # [style, info, warning, error]
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison
\ No newline at end of file
...@@ -22,3 +22,5 @@ jobs: ...@@ -22,3 +22,5 @@ jobs:
with: with:
path: ${{ github.event.inputs.path }} path: ${{ github.event.inputs.path }}
severity: ${{ github.event.inputs.severity }} severity: ${{ github.event.inputs.severity }}
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment