check_livestatus/.woodpecker.yml
Benjamin Renard ab7e09d7b6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Clone cleaning and configure CI to run tests
2022-12-17 00:55:31 +01:00

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