Skip to content

update privacy with link to pdf #6296

update privacy with link to pdf

update privacy with link to pdf #6296

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"