Skip to content

feat: check markdown links on the CI #13

feat: check markdown links on the CI

feat: check markdown links on the CI #13

Workflow file for this run

name: Check Markdown links
on:
pull_request:
branches:
- main
- 'release/*'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/markdown.links.config.json'
check-modified-files-only: 'no' # TODO: set to 'yes' before merging
use-verbose-mode: 'yes'
use-quiet-mode: 'no'
folder-path: 'packages/,apps/,tools/'