Browse Source

implement automatic shellcheck linting

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

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

@@ -49,7 +49,7 @@ jobs:
         env:
           SHELLCHECK_OPTS: --shell=bash --external-sources
         with:
-          scandir: docker/
+          scandir: ./docker/
 
   build:
     runs-on: ubuntu-latest