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
Motivation:
Real github actions hosts have yamllint pre-installed.
Docker images through act by default don't.
This leads to an annoying workflow for local runs.
Modifications:
Install yamllint if not found.
Result:
Both local and hosted github actions should work without modification.
0 commit comments