From 916c6f8ec867416bdb23c117f2f24a8a925188dc Mon Sep 17 00:00:00 2001 From: Victor Nakasone Date: Mon, 18 Oct 2021 15:59:24 -0300 Subject: [PATCH] Adds linter and fix duplicated bundle install --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f1b1a..b4e5be0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - bundler: 1.17.3 - name: Run tests run: bundle exec rspec + + - name: Run linter + run: bundle exec rubocop