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 5d58d24 commit 9eaf752Copy full SHA for 9eaf752
Dockerfile
@@ -27,7 +27,8 @@ WORKDIR ${WORKDIR}
27
28
RUN apk add --update --no-cache make nodejs npm \
29
&& apk add --update --no-cache yamllint \
30
- && npm install -g --ignore-scripts markdownlint-cli
+ && npm install -g --ignore-scripts markdownlint-cli \
31
+ && npm install -g --ignore-scripts markdownlint-cli prettier
32
33
# [!TIP] Use a bind-mount to "/app" to override following "copys"
34
# for lint and test against "current" sources in this stage
0 commit comments