Преглед изворни кода

implement automatic shellcheck linting

Christian Winther пре 1 година
родитељ
комит
f2f2517503
1 измењених фајлова са 1 додато и 1 уклоњено
  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