From 2c55463b06c28c0087b95d8b92be87bfe14ffcae Mon Sep 17 00:00:00 2001 From: buty4649 Date: Tue, 16 Jul 2024 10:48:46 +0900 Subject: [PATCH] Remove redundant bundle install from CI workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f78ebdc..4b865fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - - name: Install dependencies - run: bundle install - name: Run rubocop run: bundle exec rubocop