1
0
Эх сурвалжийг харах

implement automatic shellcheck linting

Christian Winther 1 жил өмнө
parent
commit
f2f2517503

+ 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