Skip to content

Bump httparty from 0.21.0 to 0.22.0 #145

Bump httparty from 0.21.0 to 0.22.0

Bump httparty from 0.21.0 to 0.22.0 #145

Workflow file for this run

---
name: ci
on: [push, pull_request]
jobs:
rubocop:
name: rubocop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: RuboCop
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
github_token: ${{ secrets.GITHUB_TOKEN }}