File tree Expand file tree Collapse file tree 4 files changed +2
-9
lines changed
docs/develop-skill/code-style Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - next
12- - refactor/deploy
1312 workflow_dispatch :
1413
1514# 环境变量
Original file line number Diff line number Diff line change 1010 pull_request :
1111 branches :
1212 - next
13- - refactor/dev
1413 push :
1514 branches :
1615 - next
17- - refactor/dev
1816
1917 # 手动触发部署
2018 workflow_dispatch :
Original file line number Diff line number Diff line change 55 pull_request :
66 branches :
77 - next
8- schedule :
9- - cron : ' 30 7 * * 3'
8+ # schedule:
9+ # - cron: '30 7 * * 3'
1010
1111jobs :
1212 analyze :
Original file line number Diff line number Diff line change @@ -55,17 +55,13 @@ pnpm install markdownlint-cli -D
5555
5656在项目根目录新建` .markdownlint.js ` 文件,配置markdown的一些规则,例如:
5757
58- @[ code js] ( ~/.markdownlint.js )
59-
6058### 配置忽略
6159
6260由于` **/*.md ` 是匹配项目中所有markdown文档,很明显存在有些目录时不需要校验的,例如:` node_modules ` 目录,因此非常有必要配置` markdownlint-cli `
6361的忽略文件` .markdownlintignore ` ,避免校验不必要的文档。
6462
6563在项目根目录新建` .markdownlintignore ` 文件,配置markdown的忽略规则,例如:
6664
67- @[ code txt] ( ~/.markdownlintignore )
68-
6965### 使用
7066
7167``` bash
You can’t perform that action at this time.
0 commit comments