Unverified Commit e27c41ab authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Shellcheck

parent efd5ce50
Loading
Loading
Loading
Loading
+3 −14
Original line number Diff line number Diff line
@@ -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
    uses: ludeeus/action-shellcheck@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