TEST: Adding logs to find issue #8505
lint.yml
on: pull_request
NJS Lint
6s
Actionlint
11s
Markdown Lint
8s
Chart Lint
29s
YAML lint
20s
Matrix: Go Lint
Annotations
2 errors
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]
|
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)
|