Skip to content

IT-Service/Invoke-PSDepend

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

GitHub Action "Invoke-PSDepend"

GitHub release

Semantic Versioning Conventional Commits

This action install and invoke PSDepend for installing dependencies.

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@v3
- uses: actions/Invoke-PSDepend@v1
  with:
    version: 'latest' # PSDepend version
    recurse: true
    verbose: true

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Contributions are welcome! See Contributor's Guide.