From 815dc700008a0496f10c1d18d76e071703da3aff Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 27 Apr 2023 17:55:51 +0200 Subject: [PATCH] Shellcheck --- .github/workflows/check.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 328018e..1f49add 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,17 +4,6 @@ permissions: {} jobs: shellcheck: - name: shellcheck - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run ShellCheck - uses: luizm/action-sh-checker@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064 - SHFMT_OPTS: -s - with: - sh_checker_comment: true - sh_checker_shfmt_disable: true - sh_checker_checkbashisms_enable: false + uses: ludeeus/action-shellcheck@master +env: + SHELLCHECK_OPTS: -x -e SC2001 -e SC2002 -e SC2223 -e SC2034 -e SC2064