Skip to content

Fix quoting of boolean param in CLI example #107

Fix quoting of boolean param in CLI example

Fix quoting of boolean param in CLI example #107

Workflow file for this run

# Currently this does not contain any tests, only a license check
# Once we add tests, we should add a step here to run them
name: Run CLI Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.19.6'
- name: Generate CLI
run: |
npm install
npm run generate.cli
- name: License check
uses: phrase/actions/lawa-ci@v1
with:
github-token: ${{ secrets.GH_LAWA_ACCESS_TOKEN }}
decisions-file: .license-decisions.yml
working-directory: clients/cli
package-managers: gomodules