Skip to content

Bump faraday from 1.3.0 to 2.9.0 #177

Bump faraday from 1.3.0 to 2.9.0

Bump faraday from 1.3.0 to 2.9.0 #177

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