소스 검색

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