We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb407b commit 0b2dbacCopy full SHA for 0b2dbac
1 file changed
.github/workflows/check_md_links.yml
@@ -18,4 +18,12 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - 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