Skip to content

feat: add setPrompt to the terminal API (#37) #50

feat: add setPrompt to the terminal API (#37)

feat: add setPrompt to the terminal API (#37) #50

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Install dependencies
run: npm i
- name: Check code style
run: npm run lint
- name: Typecheck
run: npm run typecheck