Skip to content

Commit

Permalink
chore: upgrade to markdownlint-cli v0.35.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Aug 4, 2023
1 parent a2697f6 commit bdde53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/markdown-lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdde53d

Please sign in to comment.