openlp_api_tester/.gitlab-ci.yml

12 lines
216 B
YAML
Raw Normal View History

2020-06-21 08:57:12 +00:00
lint-python:
stage: test
image: python:latest
script:
- pip install tox flake8
- flake8
2020-06-26 13:57:22 +00:00
lint-yaml:
stage: test
image: python:latest
script:
- pip install yamllint
2021-08-21 15:16:29 +00:00
- yamllint scripts/*.yaml