You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a dedicated workflow that runs actionlint on `.github/workflows/**`.
It catches what plain YAML validity doesn't — undefined `needs`/job
references, malformed `${{ }}` expressions, unknown action inputs, and
(via shellcheck) issues in `run:` scripts. A dead `needs:` reference
previously shipped because nothing guarded the workflows themselves.
0 commit comments