Skip to content

Bump json from 2.8.2 to 2.9.0 #128

Bump json from 2.8.2 to 2.9.0

Bump json from 2.8.2 to 2.9.0 #128

Workflow file for this run

name: Typing
on:
push:
jobs:
rbs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.3
bundler-cache: true
- run: rbs collection install
- run: bundle exec rake rbs
steep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.3
bundler-cache: true
- run: rbs collection install
- run: bundle exec rake steep