Skip to content

Updating for Ruby 3.4 and Cookstyle #7

Updating for Ruby 3.4 and Cookstyle

Updating for Ruby 3.4 and Cookstyle #7

Workflow file for this run

---
name: lint
on:
pull_request:
push:
branches:
- main
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
cookstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- run: |
bundle install --jobs 4 --retry 3
bundle exec rake style