Skip to content

Merge pull request #405 from tagliala/chore/404-do-not-require-bigdec… #27

Merge pull request #405 from tagliala/chore/404-do-not-require-bigdec…

Merge pull request #405 from tagliala/chore/404-do-not-require-bigdec… #27

Workflow file for this run

name: RuboCop
on:
push:
branches: ['*']
pull_request:
branches: ['*']
permissions:
contents: read
jobs:
rubocop:
name: RuboCop
runs-on: ${{ matrix.os }}
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
strategy:
matrix:
os: [ubuntu-latest]
ruby-version: ['3.3']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop