Skip to content

ci: pin uv interpreter per job so the matrix can't collapse onto one … #239

ci: pin uv interpreter per job so the matrix can't collapse onto one …

ci: pin uv interpreter per job so the matrix can't collapse onto one … #239

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
checks:
uses: ./.github/workflows/_checks.yml