Skip to content

Commit 40a439e

Browse files
Switch to redhat-plumbers-in-action Action
This one's linked from the official ShellCheck docs, so… let's give it a try!
1 parent a06e1af commit 40a439e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: azohra/shell-linter@latest
1514
with:
16-
path: "./src/**/*.sh"
17-
severity: "warning"
18-
env:
19-
# Acceptable use of decimal comparison
20-
SHELLCHECK_OPTS: -e SC2072
15+
fetch-depth: 0
16+
- uses: redhat-plumbers-in-action/differential-shellcheck@v5
2117
validate:
2218
name: Validate devcontainer-feature.json files
2319
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)