check_livestatus/.woodpecker.yml

13 lines
239 B
YAML

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- pylint check_livestatus
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 check_livestatus