Skip to content

Commit

Permalink
fix(lint): should fix shellcheck warnings
Browse files Browse the repository at this point in the history
This should fix errors of shellcheck action

Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Sep 30, 2022
1 parent 9f5d31e commit 92d5ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ShellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: actions/checkout@v3

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@1.1.0
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -ax -s bash
with:
scandir: ${{ matrix.scripts }}
ignore_paths: src/version src/image/
ignore_paths: **/src/version **/src/image/
format: gcc

0 comments on commit 92d5ed0

Please sign in to comment.