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 15b4847 commit 0c95ec5Copy full SHA for 0c95ec5
.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.1.1
33
- run: npx --yes markdownlint-cli --config versions/.markdownlint.yaml versions/3.1.1.md
+ run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.1.1.md
34
versions/.markdownlint.yaml
0 commit comments