blob: a4d110cbfc55a0dbc1f298146bb8299a7e55d620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
- project:
name: integration-seccom-linters
project: integration/seccom
project-name: integration-seccom
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"
- "md":
tox-dir: "."
tox-envs: "md"
pattern: "**/*.md"
stream:
- "master":
branch: "master"
|