Skip to content

Commit 0c95ec5

Browse files
committed
Cleanup
1 parent 15b4847 commit 0c95ec5

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.1.1
33-
run: npx --yes markdownlint-cli --config versions/.markdownlint.yaml versions/3.1.1.md
33+
run: npx --yes markdownlint-cli --config .markdownlint.yaml versions/3.1.1.md
3434

versions/.markdownlint.yaml

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

0 commit comments

Comments
 (0)