Skip to content

Commit

Permalink
fix(lint): pin markdown-lint-link to known good version
Browse files Browse the repository at this point in the history
Signed-off-by: Brandt Keller <[email protected]>
  • Loading branch information
brandtkeller committed Nov 8, 2024
1 parent 82c6861 commit 62c6582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shopt -s globstar
FAILURE=0

git config --global --add safe.directory /usr/src/app
npm install -g markdown-link-check
npm install -g markdown-link-check@3.12.2
git fetch origin main:main
# To run this on the entire repo, replace the following command with `$(find ./ -type f | grep .md)`
for file_name in $(git diff --name-only $HEAD main -- ./**/*.md); do
Expand Down

0 comments on commit 62c6582

Please sign in to comment.