Skip to content

Move rubocop into its own action #2

Move rubocop into its own action

Move rubocop into its own action #2

Workflow file for this run

name: Rubocop
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt-get install -y libsqlite3-dev
- uses: actions/checkout@master
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.8
- name: Install bundle
run: bundle
- name: Run rubocop
run: bundle exec rubocop