Skip to content

Commit

Permalink
more circleci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cantsin committed Jun 12, 2024
1 parent cc71787 commit 8a6c747
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
sudo locale-gen en en_US en_US.UTF-8
sudo dpkg-reconfigure locales
- checkout
- save_cache:
paths:
- vendor/bundle
key: v2-dependencies-bundler-{{ checksum "Gemfile.lock" }}

- restore_cache:
keys:
- v2-dependencies-npm-{{ checksum "package-lock.json" }}
Expand All @@ -31,9 +26,6 @@ jobs:
paths:
- node_modules
key: v2-dependencies-npm-{{ checksum "package-lock.json" }}
- run:
name: Check Ruby style
command: bundle exec standardrb
- run:
name: Check JavaScript style
command: npx standard
Expand Down

0 comments on commit 8a6c747

Please sign in to comment.