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
Note that actionlint does not report any error when a directory for a local action does not exist in the repository because it is a common case where the action is managed in a separate repository and the action directory is cloned at running the workflow. (See https://github.com/rhysd/actionlint/issues/25 and https://github.com/rhysd/actionlint/issues/40 for more details).
is there a way to run actionlint in a stricter mode, where it only considers code that is currently checked out?
I would like to get a lint failure, when I use incorrect reference to a workflow file in the repo.
example:
The text was updated successfully, but these errors were encountered: