Skip to content

Merge remote-tracking branch 'origin/pre-release' into HEAD #5

Merge remote-tracking branch 'origin/pre-release' into HEAD

Merge remote-tracking branch 'origin/pre-release' into HEAD #5

Workflow file for this run

name: Lint markdown
on: [push, pull_request]
jobs:
lint:
name: Deploy docs
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