Skip to content

Fix missing translation on first login on Decidim v0.28 #25

Fix missing translation on first login on Decidim v0.28

Fix missing translation on first login on Decidim v0.28 #25

Workflow file for this run

name: "[CI] Lint"
on:
push:
branches:
- master
- release/*
- "*-stable"
pull_request:
env:
CI: "true"
RUBY_VERSION: 3.1.1
jobs:
lint-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- run: bundle exec rubocop -P
name: Lint Ruby files