[CI] GitHub workflow cleanup

Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
Patrice Chalin 2025-02-26 04:53:15 -05:00
parent 706bc26d5f
commit 42d90fe6d0
4 changed files with 7 additions and 4 deletions

View File

@ -21,6 +21,7 @@ ignorePaths:
# ignoreRegExpList:
# - CodeBlock
words:
- nvmrc
- backstore
- CNCF
- Docsy

View File

@ -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

View File

@ -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

View File

@ -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