Skip to content

Merge branch 'main' into 'release/0.27-stable' #262

Merge branch 'main' into 'release/0.27-stable'

Merge branch 'main' into 'release/0.27-stable' #262

Workflow file for this run

name: "[CI] Lint"
on:
push:
pull_request:
env:
RUBY_VERSION: 3.0.2
jobs:
lint-report:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- name: Lint and Rubocop
run: |
bundle exec rubocop -P
bundle exec erblint app/**/*.erb