Skip to content

Commit 82e9b0f

Browse files
committed
ci: use tcort/github-action-markdown-link-check
1 parent 16a4baf commit 82e9b0f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
17+
- uses: tcort/github-action-markdown-link-check@f3d33029dca1c4a24b87e2df648f9f4604ef6533 # v1.1.1
1818
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
19+
use-verbose-mode: 'yes'
20+
config-file: 'markdown_link_check_config.json'

0 commit comments

Comments
 (0)