Browse Source

implement automatic shellcheck linting

Christian Winther 1 year ago
parent
commit
fa10fe999e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/docker.yml

+ 2 - 1
.github/workflows/docker.yml

@@ -48,9 +48,10 @@ jobs:
         uses: ludeeus/action-shellcheck@master
         env:
           SHELLCHECK_OPTS: --shell=bash --external-sources
-          INPUT_ADDITIONAL_FILE_ARGS: -o -name '*.envsh'
         with:
+          version: v0.9.0
           scandir: ./docker/
+          additional_files: "*.envsh"
 
   build:
     runs-on: ubuntu-latest