Skip to content

Merge pull request #552 from Jordy-Kolb/patch-3 #330

Merge pull request #552 from Jordy-Kolb/patch-3

Merge pull request #552 from Jordy-Kolb/patch-3 #330

Workflow file for this run

name: Lint markdown
on: [push, pull_request]
jobs:
lint:
name: Check Markdown styling (lint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: 'true'
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: ./docs
config_file: .markdownlint.json
dot: true
ignore_path: .markdownlintignore