Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Excludes incompatible versions of ruby
- name: Set up linter
run: bundle add rubocop --version "~> 1.24.1" --group "development" --skip-install
run: bundle add rubocop --group "development" --skip-install
if: ${{ matrix.ruby != '2.4' }}

- run: bundle install --with development
Expand Down
Loading