Skip to content

shmokmt/actions-setup-tfcmt

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

actions-setup-tfcmt

Setup test

The shmokmt/actions-setup-tfcmt action installs suzuki-shunsuke/tfcmt to the PATH in your GitHub Actions.

Inputs

version

Optional. The version of tfcmt. Default is "latest".

Usage

This action can run be on ubuntu-latest and macos-latest.

Use latest version

steps:
  - uses: shmokmt/actions-setup-tfcmt@v2

Use specific version

steps:
  - uses: shmokmt/actions-setup-tfcmt@v2
    with:
      version: v2.1.0