[CI] Add YAML files lint job #5
yaml-lint.yml
on: pull_request
Validate YAML files
3s
Annotations
10 errors and 10 warnings
Validate YAML files:
.github/workflows/main.yml#L13
13:121 [line-length] line too long (159 > 120 characters)
|
Validate YAML files:
.github/workflows/main.yml#L51
51:13 [indentation] wrong indentation: expected 10 but found 12
|
Validate YAML files:
.github/workflows/main.yml#L218
218:13 [indentation] wrong indentation: expected 10 but found 12
|
Validate YAML files:
.github/workflows/main.yml#L223
223:30 [trailing-spaces] trailing spaces
|
Validate YAML files:
.github/workflows/main.yml#L382
382:13 [indentation] wrong indentation: expected 10 but found 12
|
Validate YAML files:
.github/workflows/main.yml#L554
554:13 [indentation] wrong indentation: expected 10 but found 12
|
Validate YAML files:
.github/workflows/main.yml#L562
562:121 [line-length] line too long (123 > 120 characters)
|
Validate YAML files:
.github/workflows/main.yml#L729
729:86 [trailing-spaces] trailing spaces
|
Validate YAML files:
.github/workflows/main.yml#L787
787:86 [trailing-spaces] trailing spaces
|
Validate YAML files:
.github/workflows/main.yml#L970
970:121 [line-length] line too long (122 > 120 characters)
|
Validate YAML files:
.yamllint#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
codecov.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/dependabot.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/labeler.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/workflows/static-analysis-pr.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/workflows/static-analysis-pr.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Validate YAML files:
.github/workflows/main.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/workflows/main.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|
Validate YAML files:
.github/workflows/yaml-lint.yml#L1
1:1 [document-start] missing document start "---"
|
Validate YAML files:
.github/workflows/yaml-lint.yml#L3
3:1 [truthy] truthy value should be one of [false, true]
|