ci: add woodpecker pipeline (lint + test)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
labels:
|
||||||
|
platform: linux/amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: lint
|
||||||
|
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||||
|
commands:
|
||||||
|
- uv run ruff check .
|
||||||
|
- uv run ruff format --check .
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: ghcr.io/astral-sh/uv:python3.13-alpine
|
||||||
|
commands:
|
||||||
|
- uv run pytest
|
||||||
Reference in New Issue
Block a user