Skip to content

Commit

Permalink
run rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Dec 20, 2023
1 parent c38a5f6 commit c5c4389
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/test-ruby/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ runs:
# < reviewdog-report.json
# shell: bash

- name: Read RuboCop config
run: |
cat .rubocop.yml
shell: bash

- name: Generate RuboCop report
if: inputs.RUBOCOP == 'true'
run: |
Expand Down

0 comments on commit c5c4389

Please sign in to comment.