Skip to content

Commit

Permalink
Change rubocop directory
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Aug 13, 2020
1 parent 439ef4e commit 2befc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
which gem
sudo gem install rubocop -v 0.88
sudo gem install rubocop-sketchup
cd plugin
rubocop -f extension_review -o report.html
- name: Upload rubocop results as artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: Rubocop-${{ github.sha }}-report.html
path: report.html
path: plugin/report.html

0 comments on commit 2befc48

Please sign in to comment.