Skip to content

feat(tabs): add support for scrolling via mouse wheel or touchpad #1423

feat(tabs): add support for scrolling via mouse wheel or touchpad

feat(tabs): add support for scrolling via mouse wheel or touchpad #1423

Workflow file for this run

name: pr_check
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- name: checkout
uses: actions/checkout@master
- name: setup node
uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn install
- run: npm run init
- name: mock time
uses: szenius/set-timezone@v1.0
with:
timezoneLinux: 'Asia/Singapore'
timezoneMacos: 'Asia/Singapore'
timezoneWindows: 'Singapore Standard Time'
- name: run test
run: yarn test