boost-dx-tutorial/.woodpecker/workflow.yaml
bronsen e70af2376b
Some checks failed
ci/woodpecker/push/workflow Pipeline failed
[ci] create woodpecker pipline thing
It's gonna break anyway
2024-11-21 19:47:14 +01:00

11 lines
196 B
YAML

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