File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ignorePaths:
2121# ignoreRegExpList:
2222# - CodeBlock
2323words :
24+ - nvmrc
2425 - backstore
2526 - CNCF
2627 - Docsy
Original file line number Diff line number Diff line change 1414 node-version-file : .nvmrc
1515 cache : npm
1616 cache-dependency-path : package.json
17+ - run : npm install
1718 - run : npm run check:format
1819
1920 markdown-linter :
2627 node-version-file : .nvmrc
2728 cache : npm
2829 cache-dependency-path : package.json
30+ - run : npm install
2931 - run : npm run check:markdown
Original file line number Diff line number Diff line change 1414 node-version-file : .nvmrc
1515 cache : npm
1616 cache-dependency-path : package.json
17- - name : Check file format
18- run : npm run check:links
17+ - run : npm install
18+ - run : npm run check:links
Original file line number Diff line number Diff line change 1414 node-version-file : .nvmrc
1515 cache : npm
1616 cache-dependency-path : package.json
17- - name : Check file format
18- run : npm run check:spelling
17+ - run : npm install
18+ - run : npm run check:spelling
You can’t perform that action at this time.
0 commit comments