xmpp-api/.woodpecker/check.yaml
Alexander PapaTutuWawa 5ead63f28e
Some checks failed
ci/woodpecker/push/check Pipeline failed
Add CI
2025-04-20 23:38:50 +02:00

14 lines
311 B
YAML

when:
- event: push
branch: master
steps:
- name: Perform checks
image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm
commands:
- 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/