This action generates M3O clients of the specified target, target like dart, cli, curl etc.
Required The name of the target. Default "go".
Required The path of micro/services.
jobs:
generate:
name: build M3O CLI
runs-on: ubuntu-latest
steps:
- name: Check GWT-m3o-cli repo
uses: actions/checkout@v2
with:
path: m3o-cli
- name: Check micro/services repo
uses: actions/checkout@v2
with:
repository: 'micro/services'
path: services
- name: Generate m3o-cli clients
uses: GWT-M3O-TEST/[email protected]
with:
target: 'cli'
services_path: services