Skip to content

Commit 5df86db

Browse files
authored
Merge pull request #22 from SAP-docs/markdownlint-fix
Address markdownlint issue by pinning
2 parents cb327f4 + 20d0f87 commit 5df86db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
npm install \
4848
--no-package-lock \
4949
--no-save \
50-
markdownlint-cli markdownlint-rule-titlecase markdownlint-rule-helpers
50+
markdownlint-cli@0.27 markdownlint-rule-titlecase markdownlint-rule-helpers@0.18
5151
5252
- id: run_linter
5353
if: steps.check_files_changed.outputs.changed_files

0 commit comments

Comments
 (0)