Clone cleaning and configure CI to run tests
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
4161e4cd51
commit
ab7e09d7b6
@ -0,0 +1,3 @@
|
||||
[MESSAGES CONTROL]
|
||||
disable=consider-using-f-string,
|
||||
invalid-name,
|
@ -0,0 +1,12 @@
|
||||
pipeline:
|
||||
test-pylint:
|
||||
group: test
|
||||
image: pipelinecomponents/pylint
|
||||
commands:
|
||||
- pylint check_livestatus
|
||||
|
||||
test-flake8:
|
||||
group: test
|
||||
image: pipelinecomponents/flake8
|
||||
commands:
|
||||
- flake8 check_livestatus
|
Loading…
Reference in New Issue