Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.34 KB

File metadata and controls

39 lines (29 loc) · 1.34 KB

branding<icon:settings color:gray-dark> GitHub Action: Has installed dependencies

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.