Skip to content

GuanceCloud/setup-guance

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

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-guance

Continuous Integration Setup Guance

The GuanceCloud/setup-guance action is a JavaScript action that sets up Guance CLI in your GitHub Actions workflow,

Usage

This action can be run on ubuntu-latest, windows-latest, and macos-latest GitHub Actions runners. When running on windows-latest the shell should be set to Bash.

A specific version of Terraform CLI can be installed:

steps:
- uses: GuanceCloud/setup-guance@v1
  with:
    version: 0.0.2

Inputs

The action supports the following inputs:

  • version - (optional) The version of Guance CLI to install.

Related projects

This action is inspired by follow projects:

  1. hashicorp/setup-terraform, The GitHub action of Hashicorp Terraform.
  2. actions/setup-go, The GitHub action of Golang.

License

This project is licensed under the MIT license.