Action to check if dependencies have been installed according to the package manager used.
- uses: hoverkraft-tech/[email protected]
with:
# Description: The dependencies to check.
#
dependencies: ""
Input | Description | Default | Required |
---|---|---|---|
dependencies |
The dependencies to check. | true |
Output | Description |
---|---|
installed-dependencies |
A map of dependencies and the status weither they have been installed or not. |