This repository has been archived on 2022-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
sso/.woodpecker.yml

9 lines
141 B
YAML

pipeline:
backend:
image: python
commands:
- pip install virtualenv
- make env
- make lint
- make coverage