Skip to content

Commit

Permalink
Fix GH action errors & Ingore GH handles in README.md (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored May 31, 2024
1 parent 904b891 commit 9176427
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Zoom link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95471930872?pas

### Meeting notes

We store ongoing meeting notes in a [Google doc](https://docs.google.com/document/d/1roexHTLCrErYjNT2NEoRsVnn_YNbQzZ1gyXNK8hXR4Q/).
We store ongoing meeting notes in a [Google doc](https://docs.google.com/document/d/1roexHTLCrErYjNT2NEoRsVnn_YNbQzZ1gyXNK8hXR4Q/).

<!-- cSpell:ignore chalin nate thisisobate -->

0 comments on commit 9176427

Please sign in to comment.