Skip to content

Change phlex dependency from ~> 1.11 to >= 1.11 #74

Change phlex dependency from ~> 1.11 to >= 1.11

Change phlex dependency from ~> 1.11 to >= 1.11 #74

Workflow file for this run

name: RuboCop
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.3.4'
- '3.1.0'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --config .rubocop.yml --parallel