Open ericzinnikas opened 2 years ago
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: