.gitea/workflows/test.yaml aktualisiert
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 13s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 19:54:29 +00:00
parent 84e82cd9f2
commit d2ad6bf16f

View File

@ -14,4 +14,4 @@ jobs:
- name: apk install needed Packages
run: apk add python3
- name: run python script
run: python main.py
run: python3 main.py