Run tests on CI
This commit is contained in:
parent
4e2a2d3f28
commit
779292196e
|
@ -0,0 +1,7 @@
|
||||||
|
image: alpine/3.20
|
||||||
|
packages:
|
||||||
|
- python3
|
||||||
|
tasks:
|
||||||
|
- test: |-
|
||||||
|
cd auto-ban-bot
|
||||||
|
python3 tests.py
|
Loading…
Reference in New Issue