Skip to content

Merge branch 'main' of https://github.com/SkafteNicki/dtu_mlops into … #345

Merge branch 'main' of https://github.com/SkafteNicki/dtu_mlops into …

Merge branch 'main' of https://github.com/SkafteNicki/dtu_mlops into … #345

Workflow file for this run

name: Check Markdown links
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 13 * * 1" # run every Monday at 13:00 UTC
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
config-file: '.github/linkcheck_config.json'