Skip to content

Commit

Permalink
Fix GH action errors
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <[email protected]>
  • Loading branch information
chalin committed May 31, 2024
1 parent e9caaaa commit d0a8dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm

cache-dependency-path: package.json
- name: Check file format
run: npm run check:format
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm

cache-dependency-path: package.json
- name: Check file format
run: npm run check:links
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm

cache-dependency-path: package.json
- name: Check file format
run: npm run check:spelling

0 comments on commit d0a8dff

Please sign in to comment.