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