Skip to content

Update chat_completions_ext.ts to fix the error in #19 #38

Update chat_completions_ext.ts to fix the error in #19

Update chat_completions_ext.ts to fix the error in #19 #38

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: |
yarn install
- name: Check types
run: |
yarn build