[ci] create woodpecker pipline thing
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

It's gonna break anyway
This commit is contained in:
bronsen 2024-11-21 19:47:14 +01:00
parent 1d44ea830e
commit e70af2376b

11
.woodpecker/workflow.yaml Normal file
View file

@ -0,0 +1,11 @@
when:
- event: push
branch: main
steps:
- name: lint-and-test
image: debian
commands:
- pip install -r requirements/test.txt
- ruff check src
- python -m pytest