Skip to content

Bump actions/checkout from 5 to 6 #992

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #992

Workflow file for this run

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