Skip to content

Merge branch 'main' of https://github.com/SkafteNicki/dtu_mlops #771

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

Merge branch 'main' of https://github.com/SkafteNicki/dtu_mlops #771

name: Check Markdown formatting
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 13 * * 1" # run every Monday at 13:00 UTC
jobs:
lint:
name: Check Markdown formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xt0rted/markdownlint-problem-matcher@v3
- run: npm install -g markdownlint-cli
- run: markdownlint **/*.md --ignore node_modules -c .github/markdownlint.json