Skip to content

build(deps): bump json from 2.7.2 to 2.7.3 #69

build(deps): bump json from 2.7.2 to 2.7.3

build(deps): bump json from 2.7.2 to 2.7.3 #69

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5']
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run the tests
run: bundle exec rake