Skip to content

feat(action): update test #8

feat(action): update test

feat(action): update test #8

Workflow file for this run

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: ./
with:
args: gen sdk --module github.com/jzero/test -d test
- name: list test sdk
run: ls -l test