Skip to content

Bump rubocop from 1.55.0 to 1.55.1 #632

Bump rubocop from 1.55.0 to 1.55.1

Bump rubocop from 1.55.0 to 1.55.1 #632

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Setup Poetry
uses: abatilo/[email protected]
with:
poetry-version: "1.1.13"
- run: bundle install
- run: bundle exec rake test
style-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop