Skip to content

Update packages/site/src/components/AIDemo/aiService.ts #26

Update packages/site/src/components/AIDemo/aiService.ts

Update packages/site/src/components/AIDemo/aiService.ts #26

Workflow file for this run

name: CI
on:
push:
pull_request:
concurrency:
group: ${{github.workflow}}-${{github.event_name}}-${{github.ref}}
cancel-in-progress: true
jobs:
lint-and-build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
- name: Install Dependencies
run: pnpm install --no-frozen-lockfile
- name: Run CI
run: |
npm run ci