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 77ab26a + b2fcea8 commit c6f886aCopy full SHA for c6f886a
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