mirror of https://github.com/cncf/techdocs.git
Fix GH action errors & Ingore GH handles in README.md (#243)
This commit is contained in:
parent
904b891970
commit
917642768e
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version-file: .nvmrc
|
node-version-file: .nvmrc
|
||||||
cache: npm
|
cache: npm
|
||||||
|
cache-dependency-path: package.json
|
||||||
- name: Check file format
|
- name: Check file format
|
||||||
run: npm run check:format
|
run: npm run check:format
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version-file: .nvmrc
|
node-version-file: .nvmrc
|
||||||
cache: npm
|
cache: npm
|
||||||
|
cache-dependency-path: package.json
|
||||||
- name: Check file format
|
- name: Check file format
|
||||||
run: npm run check:links
|
run: npm run check:links
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version-file: .nvmrc
|
node-version-file: .nvmrc
|
||||||
cache: npm
|
cache: npm
|
||||||
|
cache-dependency-path: package.json
|
||||||
- name: Check file format
|
- name: Check file format
|
||||||
run: npm run check:spelling
|
run: npm run check:spelling
|
||||||
|
|
|
||||||
|
|
@ -23,3 +23,5 @@ Zoom link: https://zoom-lfx.platform.linuxfoundation.org/meeting/95471930872?pas
|
||||||
### Meeting notes
|
### 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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue