GitHub Action
Invoke-Build
v1.0.0
Latest version
This action install and invoke InvokeBuild for installing dependencies.
See action.yml
Basic:
steps:
- uses: actions/checkout@v3
- uses: actions/Invoke-Build@v1
with:
version: 'latest' # InvokeBuild version
task: check # build task. Default - "."
file: 'build/x86.build.ps1' # path for build file. Default - .build.ps1
verbose: true # switch build log to verbose log. Default - true
The scripts and documentation in this project are released under the MIT License.
Contributions are welcome! See Contributor's Guide.