Skip to content

Use datalist in pairing to make it searchable #311

Use datalist in pairing to make it searchable

Use datalist in pairing to make it searchable #311

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test