Sfoglia il codice sorgente

implement automatic shellcheck linting

Christian Winther 1 anno fa
parent
commit
f2f2517503
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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