Skip to content

Try out testing with UV #206

Try out testing with UV

Try out testing with UV #206

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Linters and Unit tests
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ main ]
jobs:
call-inclusive-naming-check:
name: Inclusive naming
uses: canonical/inclusive-naming/.github/workflows/woke.yaml@main
with:
fail-on-error: "true"
lint-unit-uv:
name: Lint / Unit Tests
uses: charmed-kubernetes/workflows/.github/workflows/lint-unit.yaml@main
with:
with-uv: true
needs:
- call-inclusive-naming-check