Skip to content

fix: next and react style #39

fix: next and react style

fix: next and react style #39

Workflow file for this run

name: CI-Codegen-CLI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Setup Node.js v20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint and Build
run: pnpm run lint:cli && pnpm run build:cli