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.
1 parent 9b7874d commit 6c23011Copy full SHA for 6c23011
Dockerfile
@@ -6,7 +6,7 @@ RUN yarn
6
COPY . .
7
RUN yarn verify-format && yarn verify-spell
8
9
-FROM koalaman/shellcheck-alpine:v0.10.0 as verify-sh
+FROM koalaman/shellcheck-alpine:v0.11.0 as verify-sh
10
WORKDIR /src
11
COPY ./*.sh ./
12
RUN shellcheck -e SC1091,SC1090 ./*.sh
0 commit comments