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
Looks like this issue stems from the fact that the action config here indicates app_path should be set to the "path to the application directory to be inspected", however the checks here expect a fully packaged app (.tar.gz) and not a directory.
In local testing, it seems that either should be supported? Or is this not the case?
Attempting to leverage this in a GHA, with the following config:
However, appinspect fails as it attempts to analyze
build/README
and notbuild/
:The contents of the
build
dir are as follows:The text was updated successfully, but these errors were encountered: