We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8428650 commit 7d79e57Copy full SHA for 7d79e57
.github/workflows/validate-markdown.yaml
@@ -23,12 +23,12 @@ jobs:
23
fetch-depth: 0
24
- name: use the javascript environment from main
25
run: |
26
- git checkout remotes/origin/main -- package.json package-lock.json
+ git checkout remotes/origin/main -- package.json package-lock.json .markdownlint.yaml
27
- uses: actions/setup-node@v4 # setup Node.js
28
with:
29
node-version: '20.x'
30
- name: Validate markdown
31
run: npx --yes mdv versions/3.*.md
32
- name: Lint markdown v3.2.*
33
- run: npx --yes markdownlint-cli --config versions/.markdownlint.yaml versions/3.2.*.md
+ run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.2.*.md
34
versions/.markdownlint.yaml
0 commit comments