Skip to content

Jzero Action

Actions
Executes commands using the Jzero tool
v1
Latest
Star (1)

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

Jzero Action 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

Executes commands using the Jzero tool
v1
Latest

Jzero Action 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.