Skip to content

feat: scroll into view item matching the active tab (if any) when ope… #314

feat: scroll into view item matching the active tab (if any) when ope…

feat: scroll into view item matching the active tab (if any) when ope… #314

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
tags-ignore:
- 'v*.*.*'
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '17'
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: yarn-${{ hashFiles('**/yarn.lock') }}
- run: yarn --frozen-lockfile
- run: yarn setup-ci
- run: yarn lint
- run: yarn build
- run: yarn zip