Skip to content

chore: migrate from pre-commit to prek (#64) #1

chore: migrate from pre-commit to prek (#64)

chore: migrate from pre-commit to prek (#64) #1

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

Check failure on line 20 in .github/workflows/prek-main.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/prek-main.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 }}