docs: update markdownlint action

This commit is contained in:
Lorna Mitchell 2024-01-29 09:39:04 +00:00
parent 2219ba206a
commit 1b22930655

View File

@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1 - uses: DavidAnson/markdownlint-cli2-action@v15
with: with:
config: .markdownlint.yaml config: .markdownlint.yaml
files: 'README.md' 'docs/**/*.md' globs: |
docs/**/*.md
README.md
vale: vale:
name: vale action name: vale action