Add CI/CD workflow to validate YAML files #1
Annotations
4 errors and 6 warnings
validate-yaml:
.github/workflows/generate-files.yml#L12
12:16 [brackets] too many spaces inside brackets
|
validate-yaml:
.github/workflows/generate-files.yml#L12
12:21 [brackets] too many spaces inside brackets
|
validate-yaml:
.github/workflows/generate-files.yml#L25
25:5 [indentation] wrong indentation: expected 6 but found 4
|
validate-yaml
Process completed with exit code 255.
|
validate-yaml:
.yamllint.yml#L4
4:1 [document-start] missing document start "---"
|
validate-yaml:
.github/dependabot.yml#L4
4:1 [document-start] missing document start "---"
|
validate-yaml:
.github/workflows/generate-files.yml#L8
8:1 [document-start] missing document start "---"
|
validate-yaml:
.github/workflows/generate-files.yml#L10
10:1 [truthy] truthy value should be one of [false, true]
|
validate-yaml:
.github/workflows/validate-yaml.yml#L6
6:1 [document-start] missing document start "---"
|
validate-yaml:
.github/workflows/validate-yaml.yml#L8
8:1 [truthy] truthy value should be one of [false, true]
|