Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 150fdef

Browse files
EdwardAngertEdwardAngert
EdwardAngert
authored and
EdwardAngert
committed
make fmt
1 parent 819074c commit 150fdef

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
2-
"outputFormatters": [
3-
[ "markdownlint-cli2-formatter-pretty" ]
4-
],
5-
"MD009": true,
6-
"MD010": false,
7-
"MD012": true,
8-
"MD013": false,
9-
"MD022": true,
10-
"MD024": false,
11-
"MD029": false,
12-
"MD031": true,
13-
"MD033": false,
14-
"MD036": false,
15-
"MD041": false,
16-
"MD045": true
2+
"outputFormatters": [["markdownlint-cli2-formatter-pretty"]],
3+
"MD009": true,
4+
"MD010": false,
5+
"MD012": true,
6+
"MD013": false,
7+
"MD022": true,
8+
"MD024": false,
9+
"MD029": false,
10+
"MD031": true,
11+
"MD033": false,
12+
"MD036": false,
13+
"MD041": false,
14+
"MD045": true
1715
}

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ jobs:
224224
- name: markdownlint-cli2-action
225225
uses: DavidAnson/[email protected]
226226
with:
227-
config: '.github/actions/markdownlint-cli2-action/.markdownlint.json'
228-
globs: 'docs/**/*.md'
227+
config: ".github/actions/markdownlint-cli2-action/.markdownlint.json"
228+
globs: "docs/**/*.md"
229229
fix: true
230230

231231
gen:

0 commit comments

Comments
 (0)