Skip to content

feat: add focused LLM slice files (llms-api.txt, llms-node-ops.txt) #1221

feat: add focused LLM slice files (llms-api.txt, llms-node-ops.txt)

feat: add focused LLM slice files (llms-api.txt, llms-node-ops.txt) #1221

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '20'
- name: Build
run: |
npm ci
npm run build