Skip to content

feat: export type TableRowSelection (#279) #199

feat: export type TableRowSelection (#279)

feat: export type TableRowSelection (#279) #199

Workflow file for this run

name: "Show"
on:
push:
branches:
- master
jobs:
storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: corepack enable
- run: corepack enable
- run: yarn install
- run: yarn run storybook-to-ghpages --ci --script=storybook:build
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}