Skip to content

Commit

Permalink
Fix CI for rubocop-sketchup
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed May 20, 2024
1 parent fc7d88a commit 102d479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
- name: Run rubocop
shell: bash
run: |
which ruby
which gem
gem install rubocop -v 1.50
gem install rubocop-sketchup
bundle install
cd plugin
rubocop -f extension_review -o report.html
bundle exec rubocop -f extension_review -o report.html
- name: Upload rubocop results as artifact
if: ${{ always() }}
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem 'rubocop-sketchup', git: 'https://github.com/openstudiocoalition/rubocop-sketchup'

0 comments on commit 102d479

Please sign in to comment.