Skip to content

Merge pull request #551 from Tedeapolis/pre-release #327

Merge pull request #551 from Tedeapolis/pre-release

Merge pull request #551 from Tedeapolis/pre-release #327

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