TEST: Adding logs to find issue #8556
lint.yml
on: pull_request
NJS Lint
10s
Actionlint
10s
Markdown Lint
6s
Chart Lint
36s
YAML lint
15s
Matrix: Go Lint
Annotations
4 errors
YAML lint:
.github/workflows/ci.yml#L96
[yamllint] reported by reviewdog 🐶
[error] comment not indented like content (comments-indentation)
Raw Output:
./.github/workflows/ci.yml:96:7: [error] comment not indented like content (comments-indentation)
|
YAML lint:
.github/workflows/ci.yml#L124
[yamllint] reported by reviewdog 🐶
[error] comment not indented like content (comments-indentation)
Raw Output:
./.github/workflows/ci.yml:124:7: [error] comment not indented like content (comments-indentation)
|
YAML lint:
.github/workflows/ci.yml#L267
[yamllint] reported by reviewdog 🐶
[error] comment not indented like content (comments-indentation)
Raw Output:
./.github/workflows/ci.yml:267:3: [error] comment not indented like content (comments-indentation)
|
Actionlint:
.github/workflows/ci.yml#L35
[actionlint] reported by reviewdog 🐶
property "filter" is not defined in object type {vars: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
Raw Output:
.github/workflows/ci.yml:35:25: property "filter" is not defined in object type {vars: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
|