Skip to content

Bump abatilo/actions-poetry from 2.4.0 to 4.0.0 #852

Bump abatilo/actions-poetry from 2.4.0 to 4.0.0

Bump abatilo/actions-poetry from 2.4.0 to 4.0.0 #852

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Setup Python
uses: actions/setup-python@v5
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@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop