Skip to content

Merge pull request #268 from rails-on-services/development #45

Merge pull request #268 from rails-on-services/development

Merge pull request #268 from rails-on-services/development #45

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [published]
jobs:
rubocop:
name: runner / rubocop
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_7_0.gemfile
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Rubocop
run: "bundle exec rubocop"