Skip to content

🧹 Drop department users #361

🧹 Drop department users

🧹 Drop department users #361

Workflow file for this run

name: Linting with RuboCop
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel --fail-level C