chore(ci): add an automatic check to verify markdown links.

As per #6793, there are multiple broken links in our docs. This action will check if all markdown links are valid.

cc: @ammario @bpmct
This commit is contained in:
Muhammad Atif Ali
2023-03-25 15:34:11 +03:00
committed by GitHub
parent 6c0f37c28e
commit 294767e056
+11
View File
@@ -58,6 +58,17 @@ jobs:
with:
requireScope: false
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'
folder-path: 'docs'
release-labels:
runs-on: ubuntu-latest
# Depend on lint so that title is Conventional Commits-compatible.