Skip to content

Commit b2fcea8

Browse files
authored
Merge pull request #74 from internalsystemerror/1.16.x
Fix markdown configuration path
2 parents 3ba21d8 + 8c67b3e commit b2fcea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ RUN chmod +x /usr/local/bin/php-extensions-with-version.php
223223
# Copy Markdownlint installation to this stage
224224
COPY --from=install-markdownlint /markdownlint /markdownlint
225225
RUN ln -s /markdownlint/node_modules/.bin/markdownlint-cli2 /usr/local/bin/markdownlint
226-
COPY --from=install-markdownlint /markdownlint/markdownlint.json /etc/markdownlint.json
226+
COPY --from=install-markdownlint /markdownlint/markdownlint.json /etc/laminas-ci/markdownlint.json
227227

228228

229229
# Copy staabm/annotate-pull-request-from-checkstyle to this stage

0 commit comments

Comments
 (0)