Skip to content

Commit

Permalink
Another place.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Dec 13, 2024
1 parent dd11b03 commit 6f2d8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.6
bundler-cache: true
- name: Lint Ruby files
run: bundle exec standardrb

0 comments on commit 6f2d8c8

Please sign in to comment.