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
actionlint does not seem to detect errors in the capitalization of keys. For example run vs ruN. The latter prevents the action from running altogether with the following error:
Error: .github#L1
every step must define a `uses` or `run` key
Nevertheless, actionlint says that there are no issues whatsoever.
actionlint does not seem to detect errors in the capitalization of keys. For example
run
vsruN
. The latter prevents the action from running altogether with the following error:Nevertheless, actionlint says that there are no issues whatsoever.
Sample yaml file:
The text was updated successfully, but these errors were encountered: