openlp_api_tester/.gitlab-ci.yml
Tim Bentley 49a94bf3dd Queues
2020-06-26 13:57:22 +00:00

12 lines
208 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 *.yaml