Use markdown-link-check@3.10.3 (#793)

This commit is contained in:
jack-berg 2023-03-21 15:20:32 -05:00 committed by GitHub
parent a43dda9ffc
commit 11a5a37aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install markdown-link-check - name: Install markdown-link-check
run: npm install -g markdown-link-check # TODO(jack-berg): use latest when config file reading bug is fixed: https://github.com/tcort/markdown-link-check/issues/246
run: npm install -g markdown-link-check@3.10.3
- name: Run markdown-link-check - name: Run markdown-link-check
run: | run: |