Add yamllint.yml GitHub workflow #6
yamllint.yml
on: pull_request
Validate YAML files
3s
notify
0s
Annotations
11 errors and 10 warnings
Validate YAML files:
.github/workflows/snap-release.yml#L23
23:28 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
.github/workflows/docker-release.yml#L63
63:1 [trailing-spaces] trailing spaces
|
Validate YAML files:
examples/bad.yaml#L8
8:8 syntax error: expected ',' or ']', but got '<stream end>' (syntax)
|
Validate YAML files:
examples/front-matter.yaml#L6
6:7 syntax error: mapping values are not allowed here (syntax)
|
Validate YAML files:
examples/small.yaml#L4
4:7 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/order.yaml#L2
2:19 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/sample.yaml#L11
11:15 [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:
examples/data1.yaml#L1
1:30 [new-line-at-end-of-file] no new line character at the end of file
|
Validate YAML files:
examples/instruction_sample.yaml#L1
1:18 [trailing-spaces] trailing spaces
|
notify
Unable to resolve action `mobsuccess-devops/github-actions-notify`, not found
|
Validate YAML files:
mkdocs.yml#L7
7:1 [empty-lines] too many blank lines (1 > 0)
|
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:
.github/workflows/codeql.yml#L40
40:5 [indentation] wrong indentation: expected 6 but found 4
|
Validate YAML files:
.github/workflows/snap-release.yml#L11
11:5 [indentation] wrong indentation: expected 2 but found 4
|
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
|