Skip to content

Commit

Permalink
update syntax check to shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
Klintrup committed Dec 3, 2023
1 parent 2959ba8 commit d42b2cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ permissions:

jobs:
sh:
name: sh-noexec-verify
name: simple-shell-syntax-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
run: sh -n check_smartarray.sh
- uses: Klintrup/simple-shell-syntax-check@v1
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
Expand Down

0 comments on commit d42b2cc

Please sign in to comment.