Skip to content

sync: update from python-copier-template #10

sync: update from python-copier-template

sync: update from python-copier-template #10

Workflow file for this run

name: prek-pr
on:
pull_request:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: "Run with tmate debugging enabled"
required: false
default: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
prek:
uses: Komorebi-AI/github-actions/.github/workflows/prek.yml@main
with:
uv-version: 0.10.12
debug-enabled: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
prek-args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}