Skip to content

Bump rugged from 1.5.1 to 1.7.1 #155

Bump rugged from 1.5.1 to 1.7.1

Bump rugged from 1.5.1 to 1.7.1 #155

Workflow file for this run

on:
- push
jobs:
rubocop:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }} Rubocop
strategy:
matrix:
ruby: ['3.2.1']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop