Skip to content

Commit

Permalink
⬆️ Update markdownlint-cli to v0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 22, 2023
1 parent dc908a6 commit aa02d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint/markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")/../.." \
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

lint() (
npx markdownlint-cli@^0.32 "$1"
npx markdownlint-cli@^0.38 "$1"
)

check_markdown_files \
Expand Down

0 comments on commit aa02d70

Please sign in to comment.