From bdde53db9b3b359532bcc7c93b6703fb30be023c Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 4 Aug 2023 10:39:34 -0400 Subject: [PATCH] chore: upgrade to markdownlint-cli v0.35.0 (#69) --- .github/actions/markdown-lint/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/markdown-lint/action.yml b/.github/actions/markdown-lint/action.yml index a7a28f2..864238b 100644 --- a/.github/actions/markdown-lint/action.yml +++ b/.github/actions/markdown-lint/action.yml @@ -20,7 +20,7 @@ runs: - uses: actions/setup-node@v3 with: node-version: 18 - - run: npm install -g markdownlint-cli@0.32.1 + - run: npm install -g markdownlint-cli@0.35.0 shell: bash - run: markdownlint --config ${{ inputs.config_file_path }} **/*.md shell: bash