Skip to content
terminal

GitHub Action

Jzero Action

v1 Latest version

Jzero Action

terminal

Jzero Action

Executes commands using the Jzero tool

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Jzero Action

uses: jzero-io/jzero-action@v1

Learn more about this action in jzero-io/jzero-action

Choose a version

jzero-action

jzero github action for running jzero command

Usage

name: jzero-action-test

on:
  push:
    branches:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - uses: jzero-io/jzero-action@v1
        with:
          args: gen sdk --module github.com/jzero/test --output test
          version: v0.23.4