Skip to content

Bump nokogiri from 1.15.4 to 1.15.6 (#346) #326

Bump nokogiri from 1.15.4 to 1.15.6 (#346)

Bump nokogiri from 1.15.4 to 1.15.6 (#346) #326

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Rubocop
run: bundle exec rubocop