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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tfcmt-versionThe version of tfcmt to install.nolatest

no outputs