Skip to content

refactor: OpenAI API error handling #32

refactor: OpenAI API error handling

refactor: OpenAI API error handling #32

Workflow file for this run

name: Check
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install -ws
- run: npm run lint -ws