Skip to content

Bump Gr1N/setup-poetry from 8 to 9 #46

Bump Gr1N/setup-poetry from 8 to 9

Bump Gr1N/setup-poetry from 8 to 9 #46

Workflow file for this run

name: PR Checks
on: [pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Set up Python
- uses: actions/setup-python@v4
with:
python-version: 3.9
# Set up Poetry
- uses: Gr1N/setup-poetry@v9
# Init the project
- run: make init
# Run the CI checks
- run: make ci