Run tests on CI

This commit is contained in:
Michał Rudowicz 2024-06-13 07:38:41 +02:00
parent 4e2a2d3f28
commit 779292196e
1 changed files with 7 additions and 0 deletions

7
.build.yml Normal file
View File

@ -0,0 +1,7 @@
image: alpine/3.20
packages:
- python3
tasks:
- test: |-
cd auto-ban-bot
python3 tests.py