Skip to content

reusable workflows

reusable workflows #68

Workflow file for this run

name: pre-commit-pr
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit-changes:
runs-on: ubuntu-latest
steps:
- uses: Komorebi-AI/github-actions/.github/workflows/pre-commit-uv.yml@main
with:
uv-version: 0.4.3
pre-commit-args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}
secrets: inherit