Skip to content

Commit

Permalink
fix: Removed continue on error from lint (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbickfo authored Nov 8, 2023
1 parent e44099b commit a25e1a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruby/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ runs:
steps:
- name: Execute rubocop
id: rubocop
continue-on-error: true
shell: bash
run: |
bundle exec rubocop --format progress --format json --out rubocop/rubocop.json
Expand Down

0 comments on commit a25e1a1

Please sign in to comment.