Skip to content

Commit

Permalink
revert :lint group changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs committed Aug 22, 2024
1 parent 2c8d64d commit da05107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
runs-on: ubuntu-latest
env:
BUNDLE_PATH: vendor/bundle
BUNDLE_WITH: test
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
env:
BUNDLE_ONLY: lint
with:
bundler-cache: true
-
Expand Down Expand Up @@ -131,6 +130,7 @@ jobs:
uses: ruby/setup-ruby@v1
env:
BUNDLE_WITH: test
BUNDLE_PATH: vendor/bundle
with:
bundler-cache: true
-
Expand Down
7 changes: 1 addition & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,9 @@ group :development do
gem 'spring-watcher-listen', '~> 2.0.0'
end

# break out linting into its own group to simplify installation in ci stage
group :development, :test, :lint do
# Samvera community's rules, includes Rubocop + extensions
gem 'bixby', '~> 5.0.1'
end

# things used for development + testing (again, not as necessary to lock down versions)
group :development, :test do
gem 'bixby', '~> 5.0.1'
gem 'byebug', '~> 11.1.3'
gem 'capybara', '~> 3.38'
gem 'capybara-screenshot', '~> 1.0.26'
Expand Down

0 comments on commit da05107

Please sign in to comment.