Skip to content

Links are checked only when a markdown file is changed #80

Links are checked only when a markdown file is changed

Links are checked only when a markdown file is changed #80

Workflow file for this run

on:
push:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
pull_request:
paths:
- 'docs/**'
- .github/workflows/check_links.yaml
- mlc_config.json
schedule:
- cron: "0 0 12 * *"
name: check-links
jobs:
check-links:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'