Skip to content

Merge pull request #53 from Platoniq/main #263

Merge pull request #53 from Platoniq/main

Merge pull request #53 from Platoniq/main #263

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