mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-04 12:20:19 +03:00
docs: update markdownlint action
This commit is contained in:
parent
2219ba206a
commit
1b22930655
6
.github/workflows/docs-tests.yaml
vendored
6
.github/workflows/docs-tests.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user