Merge pull request #5016 from laverya/patch-1 #2661
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint docs | |
on: | |
push: | |
branches: | |
- main | |
- release-* | |
paths: | |
- '**.md' | |
- .github/workflows/docs.yml | |
- .github/workflows/markdownlint-config.jsonc | |
pull_request: | |
branches: | |
- main | |
- release-* | |
paths: | |
- '**.md' | |
- .github/workflows/docs.yml | |
- .github/workflows/markdownlint-config.jsonc | |
jobs: | |
lint: | |
name: Lint markdown | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: articulate/actions-markdownlint@v1 | |
with: | |
config: .github/workflows/markdownlint-config.jsonc | |
ignore: autopilot | |
version: 0.39.0 |