Skip to content

Update tapioca requirement from ~> 0.11.7 to ~> 0.12.0 (#58) #89

Update tapioca requirement from ~> 0.11.7 to ~> 0.12.0 (#58)

Update tapioca requirement from ~> 0.11.7 to ~> 0.12.0 (#58) #89

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@bd03e04863f52d169e18a2b190e8fa6b84938215
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@bd03e04863f52d169e18a2b190e8fa6b84938215
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop