Skip to content

Commit

Permalink
Fix rubocop CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Feb 3, 2024
1 parent 2ec6714 commit 982e2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop-challenger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Create Pull Request
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: gemfiles/Gemfile.rails50
RUBY_VERSION: 3.2
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
RUBY_VERSION: 3.2
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 982e2fb

Please sign in to comment.