Skip to content

Commit

Permalink
[CI] GitHub workflow cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
  • Loading branch information
chalin committed Feb 26, 2025
1 parent 706bc26 commit 42d90fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
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

0 comments on commit 42d90fe

Please sign in to comment.