File tree Expand file tree Collapse file tree 4 files changed +4
-81
lines changed Expand file tree Collapse file tree 4 files changed +4
-81
lines changed Original file line number Diff line number Diff line change 1818 run : make check-file-and-folder-names-in-docs
1919
2020 - name : run markdownlint
21- run : npx gulp lint-md
21+ run : make markdownlint
2222
2323 yamllint :
2424 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -101,17 +101,8 @@ markdown-toc:
101101
102102.PHONY : markdownlint
103103markdownlint :
104- @if ! npm ls markdownlint; then npm install; fi
105- @npx gulp lint-md
106-
107- .PHONY : markdownlint-old
108- markdownlint-old :
109- @if ! npm ls markdownlint; then npm install; fi
110- @for f in $(ALL_DOCS ) ; do \
111- echo $$ f; \
112- npx --no -p markdownlint-cli markdownlint -c .markdownlint.yaml $$ f \
113- || exit 1; \
114- done
104+ @if ! npm ls markdownlint-cli; then npm install; fi
105+ npx --no -- markdownlint-cli -c .markdownlint.yaml $(ALL_DOCS )
115106
116107.PHONY : install-yamllint
117108install-yamllint :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 "test" : " npm run check"
1010 },
1111 "devDependencies" : {
12- "gulp" : " ^5.0.0" ,
13- "js-yaml" : " ^4.1.0" ,
1412 "markdown-link-check" : " 3.11.2" ,
1513 "markdown-toc" : " ^1.2.0" ,
16- "markdownlint" : " 0.36.1" ,
1714 "markdownlint-cli" : " 0.43.0" ,
18- "prettier" : " ^3.0.0" ,
19- "through2" : " ^4.0.2"
15+ "prettier" : " ^3.0.0"
2016 },
2117 "prettier" : {
2218 "proseWrap" : " preserve"
You can’t perform that action at this time.
0 commit comments