8 lines
100 B
YAML
8 lines
100 B
YAML
|
image: alpine/3.20
|
||
|
packages:
|
||
|
- python3
|
||
|
tasks:
|
||
|
- test: |-
|
||
|
cd auto-ban-bot
|
||
|
python3 tests.py
|