Skip to content

Bump activesupport from 7.0.4.3 to 7.0.7.2 #71

Bump activesupport from 7.0.4.3 to 7.0.7.2

Bump activesupport from 7.0.4.3 to 7.0.7.2 #71

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: RuboCop Linter
uses: reviewdog/[email protected]
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile rubocop-rspec:gemfile rubocop-g2:gemfile
rubocop_flags: '--parallel --force-exclusion'
github_token: ${{ secrets.GITHUB_TOKEN }}