Skip to content

Add tabbable option to Highlight object #122

Add tabbable option to Highlight object

Add tabbable option to Highlight object #122

Workflow file for this run

name: CI
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
suite: [test, lint, build]
node: [10, 12]
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- uses: actions/cache@v2
id: node_modules
with:
path: node_modules
key: node_modules
- run: yarn install
- run: yarn ${{ matrix.suite }}