Add yamllint.yml GitHub workflow #5
yamllint.yml
on: pull_request
Validate YAML files
5s
Annotations
10 errors and 10 warnings
Validate YAML files:
examples/simple-anchor-exploded.yaml#L4
4:8 [trailing-spaces] trailing spaces
|
Validate YAML files:
examples/simple-anchor-exploded.yaml#L5
5:7 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/data2.yaml#L5
5:12 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/multiline-text.yaml#L2
2:10 [trailing-spaces] trailing spaces
|
Validate YAML files:
examples/instruction_sample.yaml#L1
1:18 [trailing-spaces] trailing spaces
|
Validate YAML files:
examples/instruction_sample.yaml#L4
4:11 [trailing-spaces] trailing spaces
|
Validate YAML files:
examples/instruction_sample.yaml#L7
7:12 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/data3.yaml#L4
4:10 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/array.yaml#L2
2:32 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/multiple_docs.yaml#L17
17:5 [trailing-spaces] trailing spaces
|
Validate YAML files:
.golangci.yml#L31
31:3 [indentation] wrong indentation: expected 4 but found 2
|
Validate YAML files:
.golangci.yml#L32
32:5 [indentation] wrong indentation: expected 6 but found 4
|
Validate YAML files:
.golangci.yml#L33
33:11 [colons] too many spaces after colon
|
Validate YAML files:
.golangci.yml#L36
36:5 [indentation] wrong indentation: expected 6 but found 4
|
Validate YAML files:
.golangci.yml#L39
39:5 [indentation] wrong indentation: expected 6 but found 4
|
Validate YAML files:
mkdocs.yml#L7
7:1 [empty-lines] too many blank lines (1 > 0)
|
Validate YAML files:
examples/multiline-text.yaml#L5
5:1 [empty-lines] too many blank lines (2 > 0)
|
Validate YAML files:
examples/merge-anchor.yaml#L13
13:13 [commas] too few spaces after comma
|
Validate YAML files:
examples/sample_array.yaml#L1
1:4 [commas] too few spaces after comma
|
Validate YAML files:
examples/sample_array.yaml#L1
1:6 [commas] too few spaces after comma
|