Skip to content

Build(deps): Bump fast_gettext from 4.0.0 to 4.1.0 #3497

Build(deps): Bump fast_gettext from 4.0.0 to 4.1.0

Build(deps): Bump fast_gettext from 4.0.0 to 4.1.0 #3497

Workflow file for this run

name: RuboCop
on:
pull_request:
types:
- opened
- synchronize
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- name: Run RuboCop linter
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
rubocop_flags: -DES
rubocop_version: gemfile
rubocop_extensions: rubocop-performance:gemfile rubocop-rails:gemfile
level: warning