Skip to content

Bump nokogiri from 1.14.2 to 1.14.3 (#61) #163

Bump nokogiri from 1.14.2 to 1.14.3 (#61)

Bump nokogiri from 1.14.2 to 1.14.3 (#61) #163

Workflow file for this run

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