Compare commits

...

1 Commits

Author SHA1 Message Date
fcbb0abd8f CI: Fix check failing due to sentry missing
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-05-23 23:20:33 +02:00

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