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 244b3e2 commit a248f6eCopy full SHA for a248f6e
.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.0.4
33
- run: npx --yes markdownlint-cli --config versions/.markdownlint.yaml versions/3.0.4.md
+ run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.0.4.md
34
versions/.markdownlint.yaml
0 commit comments