Skip to content

feat: Implemented chatbot modal design #399

feat: Implemented chatbot modal design

feat: Implemented chatbot modal design #399

Workflow file for this run

name: Build Project
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- uses: actions/checkout@v3
with:
node-version: 20
- run: npm ci
- run: npm run build