Skip to content

Commit

Permalink
does it work still if we rubocop via rake?
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jan 20, 2024
1 parent 3853835 commit 499560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
if: "${{ inputs.rubocop == 'true' }}"
run: |
# 🤖 Rubocop 🤖
bundle exec rubocop
bundle exec rake rubocop
working-directory: "${{ steps.setup.outputs.gem_dir }}"

- name: Build Gem
Expand Down

0 comments on commit 499560c

Please sign in to comment.