Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1606) #595

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1606)

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#1606) #595

Workflow file for this run

name: Lint - Markdown
on: [push, pull_request]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: markdownlint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/data \
markdownlint/markdownlint \
-r ~MD013,~MD033,~MD034,~MD046,~MD002,~MD041 \
.