Skip to content

Delete some rules specific to the foobara project #7

Delete some rules specific to the foobara project

Delete some rules specific to the foobara project #7

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
name: rubocop
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby_version }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop