File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ ignorePaths:
21
21
# ignoreRegExpList:
22
22
# - CodeBlock
23
23
words :
24
+ - nvmrc
24
25
- backstore
25
26
- CNCF
26
27
- Docsy
Original file line number Diff line number Diff line change 14
14
node-version-file : .nvmrc
15
15
cache : npm
16
16
cache-dependency-path : package.json
17
+ - run : npm install
17
18
- run : npm run check:format
18
19
19
20
markdown-linter :
26
27
node-version-file : .nvmrc
27
28
cache : npm
28
29
cache-dependency-path : package.json
30
+ - run : npm install
29
31
- run : npm run check:markdown
Original file line number Diff line number Diff line change 14
14
node-version-file : .nvmrc
15
15
cache : npm
16
16
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 14
14
node-version-file : .nvmrc
15
15
cache : npm
16
16
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