Skip to content

Add homepage link to VS Code README and create LLM prompt page for Chartifact creation #356

Add homepage link to VS Code README and create LLM prompt page for Chartifact creation

Add homepage link to VS Code README and create LLM prompt page for Chartifact creation #356

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build