Skip to content

feat: make TerminalEvent available to import externally (#39) #58

feat: make TerminalEvent available to import externally (#39)

feat: make TerminalEvent available to import externally (#39) #58

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