Skip to content

Commit

Permalink
Update rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Jan 31, 2024
1 parent 62a753e commit 95a420b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Ruby 3.3
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
ruby-version: 3.0
bundler-cache: true

- name: Run RuboCop
Expand Down

0 comments on commit 95a420b

Please sign in to comment.