This action install and invoke PSDepend for installing dependencies.
See action.yml
Basic:
steps:
- uses: actions/checkout@v3
- uses: actions/Invoke-PSDepend@v1
with:
version: 'latest' # PSDepend version
recurse: true
verbose: true
The scripts and documentation in this project are released under the MIT License.
Contributions are welcome! See Contributor's Guide.