Skip to content

fix: update key validation to work with OpenAI's new project keys (#98) #113

fix: update key validation to work with OpenAI's new project keys (#98)

fix: update key validation to work with OpenAI's new project keys (#98) #113

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build project
run: npm run build