Also install git in the CI
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
PapaTutuWawa 2025-04-21 18:07:12 +02:00
parent 7f9dd0b356
commit 0565a7e3de

View File

@ -6,7 +6,7 @@ steps:
- name: Perform checks - name: Perform checks
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 - apk add --no-cache cargo git
- uv sync --all-extras - uv sync --all-extras
# Lint the code # Lint the code
- uv run ruff check src/xmpp_api/ - uv run ruff check src/xmpp_api/