tmknom/Setup tfcmt
This action sets up [tfcmt](https://github.com/suzuki-shunsuke/tfcmt) in your GitHub Actions workflow by: - Installing a specified version of tfcmt - Verifying the authenticity and integrity of the downloaded binaries to prevent tampering The tfcmt simplifies commenting on the results of Terraform CLI commands in pull requests. ## Usage ```yaml steps: - name: Setup tfcmt uses: tmknom/setup-tfcmt-action@v0 with: tfcmt-version: 4.14.0 ```
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tfcmt-version | The version of tfcmt to install. | no | latest |
Outputs
no outputs