Skip to content

Commit

Permalink
Adds linter and fix duplicated bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nakasone committed Oct 18, 2021
1 parent 52cacc3 commit 916c6f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 916c6f8

Please sign in to comment.