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

add shell-linter config (no-ci)

parent 3d295602
......@@ -16,4 +16,6 @@ jobs:
uses: azohra/shell-linter@v0.6.0
with:
path: "src/**/*.sh"
severity: "error" # [style, info, warning, error]
\ No newline at end of file
severity: "error" # [style, info, warning, error]
env:
SHELLCHECK_OPTS: -e SC2072 # Acceptable use of decimal comparison
\ No newline at end of file
......@@ -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
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