Skip to content

Commit ff86e0a

Browse files
Merge pull request cncf#296 from chalin/chalin-im-rw-workflows-2025-02-26
[CI] GitHub workflow cleanup
2 parents 706bc26 + 42d90fe commit ff86e0a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.cspell.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ignorePaths:
2121
# ignoreRegExpList:
2222
# - CodeBlock
2323
words:
24+
- nvmrc
2425
- backstore
2526
- CNCF
2627
- Docsy

.github/workflows/format-check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
node-version-file: .nvmrc
1515
cache: npm
1616
cache-dependency-path: package.json
17+
- run: npm install
1718
- run: npm run check:format
1819

1920
markdown-linter:
@@ -26,4 +27,5 @@ jobs:
2627
node-version-file: .nvmrc
2728
cache: npm
2829
cache-dependency-path: package.json
30+
- run: npm install
2931
- run: npm run check:markdown

.github/workflows/link-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
node-version-file: .nvmrc
1515
cache: npm
1616
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

.github/workflows/spell-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
node-version-file: .nvmrc
1515
cache: npm
1616
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

0 commit comments

Comments
 (0)