Skip to content

Populate RBS

Populate RBS #4

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '4.0.2'
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up Ruby & Rust
uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
cargo-cache: true
rubygems: '4.0.8'
- name: Run the default task
run: bundle exec rake