ソースを参照

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