From 2569dd25db5c719c3e55d299062c5664c3c038b0 Mon Sep 17 00:00:00 2001 From: Stephan Wendel <43513802+KwadFan@users.noreply.github.com> Date: Fri, 30 Sep 2022 20:23:21 +0200 Subject: [PATCH] fix(lint): should fix shellcheck warnings (#160) This should fix errors of shellcheck action Signed-off-by: Stephan Wendel Signed-off-by: Stephan Wendel --- .github/workflows/ShellCheck.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ShellCheck.yml b/.github/workflows/ShellCheck.yml index 5eb2884df..b6c68c382 100644 --- a/.github/workflows/ShellCheck.yml +++ b/.github/workflows/ShellCheck.yml @@ -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