File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
4040 - name : Lint md files
4141 uses : DavidAnson/markdownlint-cli2-action@v16
4242 with :
43- config : ' .markdownlint.json'
43+ config : ' ./conf/. markdownlint.json'
4444 globs : ' ./docs/**/*.md'
4545
4646 - name : Lint mdx files
4747 uses : DavidAnson/markdownlint-cli2-action@v16
4848 with :
49- config : ' .markdownxlint .json'
49+ config : ' ./conf/.mdx.markdownlint .json'
5050 globs : ' ./docs/**/*.mdx'
5151
5252 - name : Deploy to GitHub Pages
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1010 "deploy" : " docusaurus deploy" ,
1111 "clear" : " docusaurus clear" ,
1212 "serve" : " docusaurus serve" ,
13- "lint:md" : " markdownlint --ignore node_modules/ \" ./docs/**/*.md\" " ,
14- "lint:md:fix" : " markdownlint --fix --ignore node_modules/ \" ./docs/**/*.md\" " ,
15- "lint:mdx" : " markdownlint --config .markdownxlint .json --ignore node_modules/ \" ./docs/**/*.mdx\" " ,
16- "lint:mdx:fix" : " markdownlint --config .markdownxlint .json --fix --ignore node_modules/ \" ./docs/**/*.mdx\" " ,
13+ "lint:md" : " markdownlint --config conf/.markdownlint.json -- ignore node_modules/ \" ./docs/**/*.md\" " ,
14+ "lint:md:fix" : " markdownlint --config conf/.markdownlint.json -- fix --ignore node_modules/ \" ./docs/**/*.md\" " ,
15+ "lint:mdx" : " markdownlint --config conf/.mdx.markdownlint .json --ignore node_modules/ \" ./docs/**/*.mdx\" " ,
16+ "lint:mdx:fix" : " markdownlint --config conf/.mdx.markdownlint .json --fix --ignore node_modules/ \" ./docs/**/*.mdx\" " ,
1717 "write-translations" : " docusaurus write-translations" ,
1818 "write-heading-ids" : " docusaurus write-heading-ids"
1919 },
You can’t perform that action at this time.
0 commit comments