We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4baf commit 82e9b0fCopy full SHA for 82e9b0f
.github/workflows/markdown-link-check.yml
@@ -14,10 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
+ - uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533 # v1.1.1
18
with:
19
- node-version: 'lts/*'
20
- - name: Install markdown-link-check
21
- run: npm i -g markdown-link-check@3.11.0
22
- - name: Run markdown-link-check on MD files
23
- run: find . -name "*.md" | xargs -n 1 markdown-link-check -c markdown_link_check_config.json -q
+ use-verbose-mode: 'yes'
+ config-file: 'markdown_link_check_config.json'
0 commit comments