Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ignorePaths:
# ignoreRegExpList:
# - CodeBlock
words:
- nvmrc
- backstore
- CNCF
- Docsy
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,4 +27,5 @@ jobs:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: package.json
- run: npm install
- run: npm run check:markdown
4 changes: 2 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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