Update markdown-lint-check to v3.10.2.

This version includes a fix for #anchor links.
See https://github.com/tcort/markdown-link-check/issues/91.
This commit is contained in:
M. J. Fromberger 2022-04-06 08:14:59 -07:00
parent af1947d42a
commit ca705e7eb2

View File

@ -8,7 +8,7 @@ YELLOW='\033[0;33m'
BLUE='\033[0;34m'
RED='\033[0;31m'
npm i -g markdown-link-check@3.8.7
npm i -g markdown-link-check@3.10.2
echo "::group::Debug information"
npm -g list --depth=1
echo "::endgroup::"