diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..6a6e41d --- /dev/null +++ b/.build.yml @@ -0,0 +1,7 @@ +image: alpine/3.20 +packages: + - python3 +tasks: + - test: |- + cd auto-ban-bot + python3 tests.py