Skip to content

Fix merge tree conflicts between Scope and non-Scope nodes #2408

Fix merge tree conflicts between Scope and non-Scope nodes

Fix merge tree conflicts between Scope and non-Scope nodes #2408

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: [ "3.2", "3.3", "3.4" ]
name: Test Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set up Ruby
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run type check
run: bin/typecheck
- name: Lint Ruby files
run: bin/style --config .rubocop.yml
- name: Run tests
run: bin/test
- name: Check exported RBI files
run: bin/export-rbi --check-sync
- name: Check shims
run: bin/tapioca check-shims