Action to check if dependencies have been installed according to the package manager used.
- uses: hoverkraft-tech/ci-github-nodejs/actions/has-installed-dependencies@775ce0902c528062cc94141dd7d13261083b752a # 0.22.0
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: .| 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. |
| Output | Description |
|---|---|
installed-dependencies |
A map of dependencies and the status weither they have been installed or not. |
Contributions are welcome! Please see the contributing guidelines for more details.
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2026 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.