Skip to content

Commit 7d79e57

Browse files
committed
Use .markdownlint.yaml from main
1 parent 8428650 commit 7d79e57

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
fetch-depth: 0
2424
- name: use the javascript environment from main
2525
run: |
26-
git checkout remotes/origin/main -- package.json package-lock.json
26+
git checkout remotes/origin/main -- package.json package-lock.json .markdownlint.yaml
2727
- uses: actions/setup-node@v4 # setup Node.js
2828
with:
2929
node-version: '20.x'
3030
- name: Validate markdown
3131
run: npx --yes mdv versions/3.*.md
3232
- name: Lint markdown v3.2.*
33-
run: npx --yes markdownlint-cli --config versions/.markdownlint.yaml versions/3.2.*.md
33+
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.2.*.md
3434

versions/.markdownlint.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)