actionlint
actionlint copied to clipboard
Validate workflow_run's workflow names actually exist
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?