Skip to content

Sara/tec 198 create a developer friendly onboarding page in the docs #6306

Sara/tec 198 create a developer friendly onboarding page in the docs

Sara/tec 198 create a developer friendly onboarding page in the docs #6306

name: Check Markdown links
on: [pull_request]
jobs:
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"
base-branch: "main"
check-modified-files-only: "yes"
config-file: ".mlc_config.json"