[CI] add woodpecker CI

This commit is contained in:
mathieui
2023-07-06 15:39:13 +02:00
parent 84a7ac020f
commit 31fe7f7e06
3 changed files with 32 additions and 0 deletions

6
.woodpecker/lint.yml Normal file
View File

@@ -0,0 +1,6 @@
steps:
mypy:
image: python:3
script:
- pip3 install mypy types-setuptools
- mypy slixmpp