Skip to content

added typescript check for files #108

added typescript check for files

added typescript check for files #108

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
OPENAI_API_KEY: open-ai-key
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test