Skip to content

Commit

Permalink
Bump Ruby version in standard action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 5, 2024
1 parent 983244a commit 5325da4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/standardrb.yml
@@ -1,4 +1,4 @@
name: StandardRB
name: Standard

on:
pull_request:
Expand All @@ -10,16 +10,16 @@ on:

jobs:
standard:
name: StandardRB Check Action
name: Standard Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

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

- name: Run StandardRB
- name: Run Standard
run: bundle exec standardrb --format progress

0 comments on commit 5325da4

Please sign in to comment.