Skip to content

Remove term highlighting at press of Escape #24

Remove term highlighting at press of Escape

Remove term highlighting at press of Escape #24

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: latest
- name: Install dependencies
run: npm install
- name: Test
run: npm run test-ci