Skip to content

Merge pull request #37 from gravitystorm/layer_dsl #27

Merge pull request #37 from gravitystorm/layer_dsl

Merge pull request #37 from gravitystorm/layer_dsl #27

Workflow file for this run

name: Rubocop
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
ruby: '4.0'
jobs:
rubocop:
name: RuboCop
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.ruby }}
rubygems: 3.4.10
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --format fuubar