Skip to content

chore: migrate from pre-commit to prek #1

chore: migrate from pre-commit to prek

chore: migrate from pre-commit to prek #1

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

Check failure on line 19 in .github/workflows/prek-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prek-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/prek-pr.yml" -> "Komorebi-AI/github-actions/.github/workflows/prek.yml@main" : failed to fetch workflow: workflow was not found.
with:
uv-version: 0.8.0
debug-enabled: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
prek-args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}