It's gonna break anyway
This commit is contained in:
parent
1d44ea830e
commit
e70af2376b
1 changed files with 11 additions and 0 deletions
11
.woodpecker/workflow.yaml
Normal file
11
.woodpecker/workflow.yaml
Normal 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
|
Loading…
Reference in a new issue