Skip to content

feat: reusable workflows #70

feat: reusable workflows

feat: reusable workflows #70

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:
uses: Komorebi-AI/github-actions/.github/workflows/pre-commit-uv.yml@main

Check failure on line 13 in .github/workflows/pre-commit-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pre-commit-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pre-commit-pr.yml" -> "Komorebi-AI/github-actions/.github/workflows/pre-commit-uv.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
uv-version: 0.8.0
pre-commit-args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}
secrets: inherit