GitHub Actions
GitHub Actions step is missing run or uses
GitHub Actions could not validate the workflow because a step exists without either running a command or calling an action.
GitHub Actions
GitHub Actions could not validate the workflow because a step exists without either running a command or calling an action.
Observed message
Every step must define a `uses` or `run` key.
Why it happens
How to fix it
Official reference
GitHub Docs: Workflow syntax for GitHub ActionsRelated errors
Explore more