Skip to content

Bump nokogiri from 1.11.2 to 1.13.10 #135

Bump nokogiri from 1.11.2 to 1.13.10

Bump nokogiri from 1.11.2 to 1.13.10 #135

Workflow file for this run

name: RuboCop
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Run RuboCop linter
uses: reviewdog/action-rubocop@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile rubocop-rspec:gemfile