Skip to content

Fix links

Fix links #995

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
# links that are okay (http status returns 200) will not be shown
use-quiet-mode: 'yes'
# showing the details on links returning error
use-verbose-mode: 'yes'
# Custom config just ignores crates.io links because they are always false positive
config-file: '.github/workflows/mlc_config.json'