Skip to content

Merge pull request #39 from Uaitt/dependabot/bundler/activerecord-7.1… #93

Merge pull request #39 from Uaitt/dependabot/bundler/activerecord-7.1…

Merge pull request #39 from Uaitt/dependabot/bundler/activerecord-7.1… #93

Workflow file for this run

---
name: Type checking
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
strategy:
matrix:
ruby: ['3.3']
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bin/rbs collection install && bin/steep check