Skip to content

Commit

Permalink
Actions - bypass RuboCop on MRI Ruby head/master, Psych 4.0 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed May 20, 2021
1 parent f9e9102 commit e5f04b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
run: bundle exec rake compile

- name: rubocop
if: startsWith(matrix.ruby, 'truffleruby') == false
# 2021-05-20 - RuboCop won't run with Psych 4.0 - remove when fixed
if: (endsWith(matrix.ruby, 'head') == false) && (endsWith(matrix.ruby, 'mingw') == false)
run: bundle exec rake rubocop

- name: test
Expand Down

0 comments on commit e5f04b4

Please sign in to comment.