Skip to content

feat: reusable workflows #115

feat: reusable workflows

feat: reusable workflows #115

Workflow file for this run

name: pytest
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pytest:
uses: Komorebi-AI/github-actions/.github/workflows/pytest-uv.yml@main

Check failure on line 16 in .github/workflows/pytest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pytest.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pytest.yml" -> "Komorebi-AI/github-actions/.github/workflows/pytest-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.4.3
secrets: inherit