Skip to content

feat: Cookbook Onboard (AI Assistant & Playground) integration #243

feat: Cookbook Onboard (AI Assistant & Playground) integration

feat: Cookbook Onboard (AI Assistant & Playground) integration #243

Workflow file for this run

name: Validate Changes
on:
workflow_dispatch:
pull_request:
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn
- name: Build docs
run: yarn build