Skip to content

Commit

Permalink
[docsy][CI] check-format workflow: drop unnecessary setup
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <chalin@users.noreply.github.com>
  • Loading branch information
chalin committed Dec 13, 2024
1 parent 5c805fa commit ce4381f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ce4381f

Please sign in to comment.