Skip to content

Added callbacks of prompts API (#17) #28

Added callbacks of prompts API (#17)

Added callbacks of prompts API (#17) #28

Workflow file for this run

name: 'Build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn test
- run: yarn build