CI: Install dependencies + dev tooling
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
PapaTutuWawa 2025-04-21 18:09:24 +02:00
parent 0565a7e3de
commit ae406f07ac

View File

@ -7,7 +7,7 @@ steps:
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- apk add --no-cache cargo git
- uv sync --all-extras
- uv sync --extra dev
# Lint the code
- uv run ruff check src/xmpp_api/
# Check for type safety