Skip to content

Set up your GitHub Actions workflow with a specific version of Gatekeeper gator CLI

License

Notifications You must be signed in to change notification settings

minchao/setup-gator

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

Repository files navigation

Set up Gatekeeper gator CLI

build-test

Set up your GitHub Actions workflow with a specific version of Gatekeeper gator CLI.

Usage

Set up the workflow:

- uses: minchao/setup-gator@v2

default is the latest release.

Set up the workflow with a specific version:

- uses: minchao/setup-gator@v2
  with:
    version: 'v3.7.1'

To test the all unit test suites:

- uses: minchao/setup-gator@v2
- run: gator test ./...

License

The scripts and documentation in this project are released under the MIT License.