Skip to content

build(deps): bump actions/checkout from 6 to 7 (#92) #25

build(deps): bump actions/checkout from 6 to 7 (#92)

build(deps): bump actions/checkout from 6 to 7 (#92) #25

Workflow file for this run

name: prek-main
on:
push:
branches: [main]
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-all-files:
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 }}