Skip to content

Bump json from 2.7.6 to 2.8.1 (#177) #179

Bump json from 2.7.6 to 2.8.1 (#177)

Bump json from 2.7.6 to 2.8.1 (#177) #179

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: bin/rubocop
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
database: true
- run: bin/rspec