Skip to content

chore(master): release cli 2.33.0 (#691) #134

chore(master): release cli 2.33.0 (#691)

chore(master): release cli 2.33.0 (#691) #134

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:
paths:
- openapi-generator/cli_lang.yaml
- clients/cli/cmd/internal/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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