From 917642768e263f98f6b7a4f8c3fc67d62ebce061 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 31 May 2024 11:33:28 -0400 Subject: [PATCH] Fix GH action errors & Ingore GH handles in README.md (#243) --- .github/workflows/format-check.yml | 2 +- .github/workflows/link-check.yml | 2 +- .github/workflows/spell-check.yml | 2 +- README.md | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 160c48e..986a6cf 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -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 diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d38c987..5d4cb70 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -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 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml index ce3953b..dc1bfb9 100644 --- a/.github/workflows/spell-check.yml +++ b/.github/workflows/spell-check.yml @@ -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 diff --git a/README.md b/README.md index 96b19ba..6c7bbab 100644 --- a/README.md +++ b/README.md @@ -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/). + +