reviewdog [actionlint] report
reported by reviewdog 🐶
Findings (2)
.github/workflows/build-images.yaml|162| could not parse as YAML: yaml: line 162: mapping values are not allowed in this context [syntax-check]
.github/workflows/e2e-test.yaml|56 col 11| error while parsing reusable workflow "./.github/workflows/build-images.yaml": yaml: line 162: mapping values are not allowed in this context [workflow-call]
Filtered Findings (0)
Annotations
Check failure on line 162 in .github/workflows/build-images.yaml
github-actions / actionlint
[actionlint] .github/workflows/build-images.yaml#L162
could not parse as YAML: yaml: line 162: mapping values are not allowed in this context [syntax-check]
Raw output
.github/workflows/build-images.yaml:162:0: could not parse as YAML: yaml: line 162: mapping values are not allowed in this context [syntax-check]
Check failure on line 56 in .github/workflows/e2e-test.yaml
github-actions / actionlint
[actionlint] .github/workflows/e2e-test.yaml#L56
error while parsing reusable workflow "./.github/workflows/build-images.yaml": yaml: line 162: mapping values are not allowed in this context [workflow-call]
Raw output
.github/workflows/e2e-test.yaml:56:11: error while parsing reusable workflow "./.github/workflows/build-images.yaml": yaml: line 162: mapping values are not allowed in this context [workflow-call]