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 3ba21d8 + 8c67b3e commit b2fcea8Copy full SHA for b2fcea8
Dockerfile
@@ -223,7 +223,7 @@ RUN chmod +x /usr/local/bin/php-extensions-with-version.php
223
# Copy Markdownlint installation to this stage
224
COPY --from=install-markdownlint /markdownlint /markdownlint
225
RUN ln -s /markdownlint/node_modules/.bin/markdownlint-cli2 /usr/local/bin/markdownlint
226
-COPY --from=install-markdownlint /markdownlint/markdownlint.json /etc/markdownlint.json
+COPY --from=install-markdownlint /markdownlint/markdownlint.json /etc/laminas-ci/markdownlint.json
227
228
229
# Copy staabm/annotate-pull-request-from-checkstyle to this stage
0 commit comments