Skip to content

The macOS 11 runner image will be removed by 6/28/24 (#2027) #1003

The macOS 11 runner image will be removed by 6/28/24 (#2027)

The macOS 11 runner image will be removed by 6/28/24 (#2027) #1003

Workflow file for this run

name: Lint Markdown
on:
push:
branches:
- master
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.yaml
ignore: 'tests/'