From d0a8dff06831bd0fa710fe670398e071ff4f4910 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 31 May 2024 11:30:46 -0400 Subject: [PATCH] Fix GH action errors Signed-off-by: Patrice Chalin --- .github/workflows/format-check.yml | 2 +- .github/workflows/link-check.yml | 2 +- .github/workflows/spell-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 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