openlp_api_tester/.gitlab-ci.yml

12 lines
216 B
YAML

lint-python:
stage: test
image: python:latest
script:
- pip install tox flake8
- flake8
lint-yaml:
stage: test
image: python:latest
script:
- pip install yamllint
- yamllint scripts/*.yaml