--- | |
- project: | |
name: testsuite-cds-linters | |
project: "testsuite/cds" | |
project-name: "testsuite-cds" | |
python-version: python3 | |
jobs: | |
- integration-linters | |
subproject: | |
- "yaml": | |
tox-dir: "." | |
tox-envs: "yaml" | |
pattern: "**/*.yaml" | |
- "yml": | |
tox-dir: "." | |
tox-envs: "yaml" | |
pattern: "**/*.yml" | |
- "json": | |
tox-dir: "." | |
tox-envs: "json" | |
pattern: "**/*.json" | |
- "python": | |
tox-dir: "." | |
tox-envs: "py" | |
pattern: "**/*.py" | |
- "md": | |
tox-dir: "." | |
tox-envs: "md" | |
pattern: "**/*.md" | |
stream: | |
- "master": | |
branch: "master" |