mirror of
https://gitlab.com/openlp/openlp_api_tester.git
synced 2024-12-22 12:32:47 +00:00
12 lines
208 B
YAML
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 |