mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
committed by
GitHub
parent
6c0f37c28e
commit
294767e056
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user