Skip to content

Create rubyonrails.yml #133

Create rubyonrails.yml

Create rubyonrails.yml #133

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main]
jobs:
test:
runs-on: ubuntu-latest
env:
CODECOV_TOKEN: ""
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5.8 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
gem install bundler --version 1.17.3 -N
bundle _1.17.3_ install -j 12
bundle exec rubocop --format progress -P