Skip to content

Bump ruby/setup-ruby from 1.171.0 to 1.172.0 (#61) #95

Bump ruby/setup-ruby from 1.171.0 to 1.172.0 (#61)

Bump ruby/setup-ruby from 1.171.0 to 1.172.0 (#61) #95

Workflow file for this run

name: Linter and Type Checker
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
sorbet:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run Sorbet
run: bundle exec srb tc
rubocop:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop