actionlint icon indicating copy to clipboard operation
actionlint copied to clipboard

Validate workflow_run's workflow names actually exist

Open melo0187 opened this issue 3 years ago • 0 comments

One of the most common errors I encounter with our workflow files is when we reference other jobs in needs and have a typo there or update job names while forgetting to update the dependent jobs. Luckily actionlint is able to find this kind of error with the job-needs check.

Is there any possibility to have that kind of check for on.workflow_run.workflows to verify whether the specified workflow name actually exists in the project?

melo0187 avatar Dec 03 '21 12:12 melo0187