We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d87c877 + 998423b commit 29a1fabCopy full SHA for 29a1fab
Dockerfile
@@ -5,7 +5,7 @@ RUN yarn
5
COPY . .
6
RUN yarn verify-format
7
8
-FROM koalaman/shellcheck-alpine:v0.10.0 as verify-sh
+FROM koalaman/shellcheck-alpine:v0.11.0 as verify-sh
9
WORKDIR /src
10
COPY ./*.sh ./
11
RUN shellcheck -e SC1091,SC1090 ./*.sh
0 commit comments