Skip to content

Update explore-the-code.md #320

Update explore-the-code.md

Update explore-the-code.md #320

Workflow file for this run

name: MD link checker
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:
use-verbose-mode: 'yes'
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
folder-path: 'content/md'