Skip to content

Run CI on python 3.11.4. #20

Run CI on python 3.11.4.

Run CI on python 3.11.4. #20

Workflow file for this run

name: PR
on:
pull_request:
concurrency:
group: pr-${{ github.ref_name }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-python/
- run: poetry install
- run: poetry run pre-commit run --all-files