Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.05 KB

readme.md

File metadata and controls

34 lines (22 loc) · 1.05 KB

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.