Skip to content

Commit

Permalink
fix(lint): should fix shellcheck warnings (#160)
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>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
  • Loading branch information
KwadFan committed Sep 30, 2022
1 parent 72314fb commit 2569dd2
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: ./version ./image/
format: gcc

0 comments on commit 2569dd2

Please sign in to comment.