openlp_api_tester/.gitlab-ci.yml
Tim Bentley 5acab38871 Jan2021
2021-08-21 15:16:29 +00:00

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