Skip to content

Commit

Permalink
Switch to redhat-plumbers-in-action Action
Browse files Browse the repository at this point in the history
This one's linked from the official ShellCheck docs, so… let's give it a
try!
  • Loading branch information
jgarber623-cargosense committed Feb 29, 2024
1 parent a06e1af commit 40a439e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azohra/shell-linter@latest
with:
path: "./src/**/*.sh"
severity: "warning"
env:
# Acceptable use of decimal comparison
SHELLCHECK_OPTS: -e SC2072
fetch-depth: 0
- uses: redhat-plumbers-in-action/differential-shellcheck@v5
validate:
name: Validate devcontainer-feature.json files
runs-on: ubuntu-latest
Expand Down

0 comments on commit 40a439e

Please sign in to comment.