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
Some functions are special since they limit where they can be called. For example, always() can be called in only jobs.<job_id>.if and jobs.<job_id>.steps.if.
always
cancelled
success
failure
hashFiles
actionlint should check usage of these special functions.
https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
Some functions are special since they limit where they can be called. For example,
always()
can be called in onlyjobs.<job_id>.if
andjobs.<job_id>.steps.if
.always
cancelled
success
failure
hashFiles
actionlint should check usage of these special functions.
Related to #180
The text was updated successfully, but these errors were encountered: