twnet_parser/.gitlab-ci.yml
2023-03-14 22:58:06 +01:00

9 lines
117 B
YAML

image: python:3.10.9
test:
script:
- pip install -r requirements.txt
- pylint main.py
- mypy main.py