Skip to content

Change chat bio response naming #281

Change chat bio response naming

Change chat bio response naming #281

name: tests
on:
push:
pull_request:
types: [opened]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: npm ci
- name: build
run: npm run build --if-present