Skip to content

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

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

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

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:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xt0rted/markdownlint-problem-matcher@v2
- run: npm install -g markdownlint-cli
- run: markdownlint **/*.md --ignore node_modules -c .github/markdownlint.json