Skip to content

Update json 2.7.4 → 2.7.5 (patch) #2015

Update json 2.7.4 → 2.7.5 (patch)

Update json 2.7.4 → 2.7.5 (patch) #2015

Workflow file for this run

name: Rubocop
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rubocop