Skip to content

Merge pull request #110 from ImperialCollegeLondon/recipe-lf #118

Merge pull request #110 from ImperialCollegeLondon/recipe-lf

Merge pull request #110 from ImperialCollegeLondon/recipe-lf #118

Workflow file for this run

name: Check links in Markdown files
on:
schedule:
- cron: 0 0 * * 1 # midnight every Monday
push:
branches: [gh-pages]
pull_request:
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
use-verbose-mode: yes
folder-path: "_episodes, _extras, _includes"
file-path: "./README.md, ./LICENSE.md, ./CODE_OF_CONDUCT.md, CONTRIBUTING.md, reference.md, setup.md, index.md"
config-file: .mlc_config.json