diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 12f946d..5b70f88 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -6,7 +6,7 @@ steps: - name: Perform checks image: ghcr.io/astral-sh/uv:python3.13-alpine commands: - - apk add --no-cache cargo + - apk add --no-cache cargo git - uv sync --all-extras # Lint the code - uv run ruff check src/xmpp_api/