Skip to content

Commit

Permalink
Merge pull request #17 from SAP-docs/markdownlint-fix
Browse files Browse the repository at this point in the history
Address markdownlint issue by pinning
  • Loading branch information
qmacro authored Apr 20, 2023
2 parents 6cd18d1 + c26e043 commit 1fc4f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
npm install \
--no-package-lock \
--no-save \
markdownlint-cli markdownlint-rule-titlecase markdownlint-rule-helpers
markdownlint-cli@0.27 markdownlint-rule-titlecase markdownlint-rule-helpers@0.18
- id: run_linter
if: steps.check_files_changed.outputs.changed_files
Expand Down

0 comments on commit 1fc4f28

Please sign in to comment.