Skip to content

Setup Zigflow

Actions

About

Setup Zigflow on GitHub Actions runners
v0
Latest
Star (1)

Setup Zigflow Action

This GitHub Action installs the Zigflow CLI on a GitHub Actions runner.

Usage

To use this action, add the following step to your GitHub Actions workflow:

steps:
  - name: Install Zigflow
    uses: zigflow/setup-zigflow

  - name: Validate a workflow
    run: zigflow validate ./workflow.yaml

By default, the action installs the latest version of Zigflow. You can specify the version of Zigflow to install using the version input:

steps:
  - name: Install Zigflow
    uses: zigflow/setup-zigflow
    with:
      version: v0.12.0

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

Setup Zigflow is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Zigflow on GitHub Actions runners
v0
Latest

Setup Zigflow is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.