Skip to content

fix(toggle-button-group): add event handler types #815

fix(toggle-button-group): add event handler types

fix(toggle-button-group): add event handler types #815

Workflow file for this run

name: eBay UI CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "16.x"
- uses: webfactory/ssh-agent@v0.5.4
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- run: npm i
- run: npm run build:ci
env:
BROWSERSTACK_USER: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
BROWSERSTACK_PROJECT_NAME: "CoreUI"
BUILD_NUMBER: CI
REPO_SLUG: ebay/ebayui-core
- uses: coverallsapp/github-action@master
if: ${{ success() }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: .coverage/lcov.info