Skip to content

Commit a6b8f83

Browse files
EdwardAngertEdwardAngert
EdwardAngert
authored and
EdwardAngert
committed
move action; remove output format
1 parent 9109a7e commit a6b8f83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/markdownlint-cli2/.markdownlint.json renamed to .github/actions/docs/markdownlint-cli2/.markdownlint.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"outputFormatters": [["markdownlint-cli2-formatter-pretty"]],
32
"MD009": true,
43
"MD010": false,
54
"MD012": true,

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
- name: markdownlint-cli2-action
225225
uses: DavidAnson/markdownlint-cli2-action@v18.0.0
226226
with:
227-
config: ".github/actions/markdownlint-cli2/.markdownlint.json"
227+
config: ".github/actions/docs/markdownlint-cli2/.markdownlint.json"
228228
globs: "docs/**/*.md"
229229

230230
gen:

0 commit comments

Comments
 (0)