Skip to content

Bump nokogiri from 1.16.3 to 1.16.5 #4061

Bump nokogiri from 1.16.3 to 1.16.5

Bump nokogiri from 1.16.3 to 1.16.5 #4061

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-20.04
steps:
# Checkout the repo
- uses: actions/checkout@v2
# Install Ruby and run bundler
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
# Run the Rubocop linter checks
- name: 'Run Rubocop'
run: bin/rubocop