CI: Fix check failing due to sentry missing
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
PapaTutuWawa 2025-05-23 23:20:33 +02:00
parent 65c577ab03
commit fcbb0abd8f

View File

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