Skip to content

Bump decidim from 0.27.2 to 0.28.2 #261

Bump decidim from 0.27.2 to 0.28.2

Bump decidim from 0.27.2 to 0.28.2 #261

Workflow file for this run

name: "[CI] Lint"
on:
push:
pull_request:
env:
RUBY_VERSION: 3.1.1
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