[CI] add woodpecker CI
This commit is contained in:
6
.woodpecker/lint.yml
Normal file
6
.woodpecker/lint.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
steps:
|
||||
mypy:
|
||||
image: python:3
|
||||
script:
|
||||
- pip3 install mypy types-setuptools
|
||||
- mypy slixmpp
|
||||
Reference in New Issue
Block a user