Skip to content

Updates to clean new lint from Rubocop #54

Updates to clean new lint from Rubocop

Updates to clean new lint from Rubocop #54

Workflow file for this run

name: Rubocop
on:
push:
paths:
- 'app/**'
pull_request:
branches: [ main ]
paths:
- 'app/**'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.6
- name: Install dependencies
run: bundle install
- name: Run Rubocop
run: bundle exec rubocop