Skip to the content.

Icon GitHub Action: Has installed dependencies

Has installed dependencies

Marketplace Release License Stars PRs Welcome

Overview

Action to check if dependencies have been installed according to the package manager used.

Usage

- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@4d7c1ed87c18493fc4c2dbae4dbde46cf251c9a7 # 0.16.1
  with:
    # The dependencies to check.
    # This input is required.
    dependencies: ""

    # Working directory where the dependencies are installed.
    # Can be absolute or relative to the repository root.
    #
    # Default: `.`
    working-directory: .

Inputs

Input Description Required Default
dependencies The dependencies to check. true -
working-directory Working directory where the dependencies are installed. false .
  Can be absolute or relative to the repository root.    

Outputs

Output Description
installed-dependencies A map of dependencies and the status weither they have been installed or not.

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

This project is licensed under the MIT License.

SPDX-License-Identifier: MIT

Copyright © 2025 Hoverkraft

For more details, see the license.


This documentation was automatically generated by CI Dokumentor.