Skip to content

Commit eca6db7

Browse files
committed
Relocate markdownlint configuration file and update workflow to use it
1 parent e45ae41 commit eca6db7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pr-check-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
- name: Markdown lint
1717
uses: DavidAnson/markdownlint-cli2-action@v23
18+
with:
19+
config: .github/.markdownlint-cli2.jsonc
1820

1921
- name: Set up Node.js
2022
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)