Skip to content

Update chat output renders api usage #7

Update chat output renders api usage

Update chat output renders api usage #7

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --workspaces=false
- run: npm run validate