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

Update check.yml

parent f1361642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
on: [workflow_call]
name: "Check"
name: "Shellcheck"
permissions: {}

jobs:
@@ -11,4 +11,4 @@ jobs:
      - name: Run ShellCheck
        uses: ludeeus/action-shellcheck@master
        env:
          SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034 -e SC1091 -e SC2143 -e SC2223 -e SC2086 -e SC2145 -e SC2015 -e SC2268 -e SC2207 -e SC2064 -e SC2162 -e SC2153 -e SC2004 -e SC2219 -e SC2155 -e SC2166
          SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034 -e SC1091 -e SC2143 -e SC2223 -e SC2086 -e SC2145 -e SC2015 -e SC2268 -e SC2207 -e SC2064 -e SC2162 -e SC2153 -e SC2004 -e SC2155 -e SC2166