Skip to content

add uv preset

add uv preset #1

Workflow file for this run

# base-workflows/.github/workflows/ci-pipeline.yml
name: CI Pipeline
on:
workflow_call:
jobs:
lint:
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: community-of-python/community-workflow/.github/workflows/lint.yml

Check failure on line 10 in .github/workflows/preset_uv.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/preset_uv.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
test:
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: community-of-python/community-workflow/.github/workflows/test.yml
secrets: inherit
publish:
if: github.event_name == 'release' && github.event.action == 'published'
uses: community-of-python/community-workflow/.github/workflows/publish.yml
secrets: inherit