13
.woodpecker/check.yaml
Normal file
13
.woodpecker/check.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user