Skip to content

Commit 0b2dbac

Browse files
committed
[MAINT] update checkkinks
1 parent beb407b commit 0b2dbac

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/check_md_links.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
21+
- uses: tcort/github-action-markdown-link-check@v1
22+
with:
23+
use-quiet-mode: yes
24+
# use-verbose-mode: no
25+
config-file: mlc_config.json
26+
folder-path: docs
27+
file-path: ./README.md
28+
29+

0 commit comments

Comments
 (0)