From 42cdd6288df7e14ac3b8a1617139f940ea4b9b0d Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Thu, 20 Apr 2023 09:45:45 +0000 Subject: [PATCH] Pin markdownlint and helper lib --- .github/workflows/markdown-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index d60f89f..89fe01f 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -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