Skip to content

Commit

Permalink
Merge pull request #480 from zenika-open-source/cleaning
Browse files Browse the repository at this point in the history
👷 Cleanup CI & dependencies
  • Loading branch information
jeanphi-baconnais authored Oct 3, 2024
2 parents 7589427 + c21ded3 commit ba211f4
Show file tree
Hide file tree
Showing 3 changed files with 6,946 additions and 22,622 deletions.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ jobs:
executor: default-executor
steps:
- checkout
- run: cat package*.json > cachekey
- restore_cache:
keys:
- oss-zenika-com-npm-{{ checksum "cachekey" }}
- run:
name: Install Dependencies
command: npm ci
- save_cache:
key: oss-zenika-com-npm-{{ checksum "cachekey" }}
paths:
- ~/.npm
- persist_to_workspace:
root: .
paths: .
Expand All @@ -22,7 +30,7 @@ jobs:
at: .
- run:
name: "Check prettier"
command: echo 'Fake prettier check'
command: npm run format:check

check-linter:
executor: default-executor
Expand Down
Loading

0 comments on commit ba211f4

Please sign in to comment.