xmpp-api/.woodpecker/check.yaml
Alexander PapaTutuWawa 3d631e74cd
Some checks failed
ci/woodpecker/push/check Pipeline failed
Install cargo in CI
2025-04-20 23:41:43 +02:00

15 lines
386 B
YAML

when:
- event: push
branch: master
steps:
- name: Perform checks
image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm
commands:
- apt-get update && apt-get install -y --no-install-recommends cargo
- uv sync --all-extras
# Lint the code
- uv run ruff check src/xmpp_api/
# Check for security issues
- uv run bandit -r src/xmpp_api/