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

Shellcheck

parent 179c6f00
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -9,6 +9,10 @@ jobs:
    steps:
      - uses: actions/checkout@v3
      - name: Run ShellCheck
        uses: ludeeus/action-shellcheck@master
        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