Skip to content

Commit

Permalink
Merge pull request #12 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 2bbda5f + 9308de5 commit 4495f1d
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 4495f1d

Please sign in to comment.