Skip to content

Added additional job to change name if run is scheduled

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / actionlint failed Jun 27, 2023 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (4)

.github/workflows/e2e_custom_cl.yml|11 col 1| unexpected key "schedule" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions", "run-name" [syntax-check]
.github/workflows/e2e_custom_cl.yml|141 col 14| workflow command "set-output" was deprecated. use echo "{name}={value}" >> $GITHUB_OUTPUT instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]
.github/workflows/e2e_custom_cl.yml|141 col 14| workflow command "set-output" was deprecated. use echo "{name}={value}" >> $GITHUB_OUTPUT instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]
.github/workflows/e2e_custom_cl.yml|148 col 15| property "setup" is not defined in object type {build_test_image: {outputs: {}; result: string}; e2e_custom_build_artifacts: {outputs: {}; result: string}; e2e_custom_build_custom_chainlink_image: {outputs: {}; result: string}} [expression]

Filtered Findings (1)

.github/workflows/e2e_custom_cl.yml|147 col 3| job "e2e_custom_run_smoke_tests" needs job "setup" which does not exist in this workflow [job-needs]

Annotations

Check failure on line 11 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L11

unexpected key "schedule" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions", "run-name" [syntax-check]
Raw output
.github/workflows/e2e_custom_cl.yml:11:1: unexpected key "schedule" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions", "run-name" [syntax-check]

Check failure on line 141 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L141

workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]
Raw output
.github/workflows/e2e_custom_cl.yml:141:14: workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]

Check failure on line 141 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L141

workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]
Raw output
.github/workflows/e2e_custom_cl.yml:141:14: workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]

Check failure on line 148 in .github/workflows/e2e_custom_cl.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/e2e_custom_cl.yml#L148

property "setup" is not defined in object type {build_test_image: {outputs: {}; result: string}; e2e_custom_build_artifacts: {outputs: {}; result: string}; e2e_custom_build_custom_chainlink_image: {outputs: {}; result: string}} [expression]
Raw output
.github/workflows/e2e_custom_cl.yml:148:15: property "setup" is not defined in object type {build_test_image: {outputs: {}; result: string}; e2e_custom_build_artifacts: {outputs: {}; result: string}; e2e_custom_build_custom_chainlink_image: {outputs: {}; result: string}} [expression]