Skip to content
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

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 Zigflowuses: zigflow/setup-zigflow
- name: Validate a workflowrun: 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 Zigflowuses: zigflow/setup-zigflowwith:
version: v0.12.0

License

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

About

Set up your GitHub Actions workflow with a specific version of Zigflow

Resources

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

Generated from mrsimonemms/new