Skip to content

Bump json from 2.18.1 to 2.19.2 #46

Bump json from 2.18.1 to 2.19.2

Bump json from 2.18.1 to 2.19.2 #46

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Test
run: |
./bin/setup
./bin/rake