mirror of https://github.com/cncf/techdocs.git
[CI] GitHub workflow cleanup
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
parent
706bc26d5f
commit
42d90fe6d0
|
|
@ -21,6 +21,7 @@ ignorePaths:
|
|||
# ignoreRegExpList:
|
||||
# - CodeBlock
|
||||
words:
|
||||
- nvmrc
|
||||
- backstore
|
||||
- CNCF
|
||||
- Docsy
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
cache-dependency-path: package.json
|
||||
- run: npm install
|
||||
- run: npm run check:format
|
||||
|
||||
markdown-linter:
|
||||
|
|
@ -26,4 +27,5 @@ jobs:
|
|||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
cache-dependency-path: package.json
|
||||
- run: npm install
|
||||
- run: npm run check:markdown
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
cache-dependency-path: package.json
|
||||
- name: Check file format
|
||||
run: npm run check:links
|
||||
- run: npm install
|
||||
- run: npm run check:links
|
||||
|
|
|
|||
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
node-version-file: .nvmrc
|
||||
cache: npm
|
||||
cache-dependency-path: package.json
|
||||
- name: Check file format
|
||||
run: npm run check:spelling
|
||||
- run: npm install
|
||||
- run: npm run check:spelling
|
||||
|
|
|
|||
Loading…
Reference in New Issue