Skip to content

Commit

Permalink
chore(ci): check for build errors (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Aug 27, 2024
1 parent fe8bbaa commit 7ff2127
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@ jobs:

- name: Check types
run: ./scripts/lint

build:
name: build
runs-on: ubuntu-latest
if: github.repository == 'openai/openai-node'

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 build
run: ./scripts/build
test:
name: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7ff2127

Please sign in to comment.