Revert error_highlight

This commit is contained in:
Ryan W
2023-12-09 13:14:43 -08:00
parent 207c3205b0
commit 6d3347cd41
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -20,8 +20,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Update rubygems
run: gem update --system
- name: Run linters
run: bundle exec rubocop --parallel
- name: Ruby security checks