From ce4381f49ebda152d5aeaf6d66de33ef5a8e66df Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 12 Dec 2024 19:47:22 -0500 Subject: [PATCH] [docsy][CI] check-format workflow: drop unnecessary setup Signed-off-by: Patrice Chalin --- .github/workflows/check-format.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 0739ce0..1c15c7c 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -19,16 +19,5 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Create NPM cache-hash input file - run: | - mkdir -p tmp - jq '{devDependencies, engines, gitHubActionCacheKey}' package.json > tmp/package-ci.json - - - uses: actions/setup-node@v4 - with: - node-version-file: .nvmrc - cache: npm - cache-dependency-path: tmp/package-ci.json - - name: Check file format - run: npm run check:format --ignore-scripts + run: npm run check:format