Skip to content

[ez] Add prompt name to error messages #262

[ez] Add prompt name to error messages

[ez] Add prompt name to error messages #262

Workflow file for this run

name: Node.js Test
on:
pull_request:
branches: [main]
paths:
- "typescript/**/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: |
cd typescript && yarn install
# - name: Lint
# run: |
# cd typescript && yarn lint
- name: Test
run: |
cd typescript && yarn test
- name: Compile
run: |
cd typescript && yarn compile