Skip to content

refactor(react-interactive-tab): export all types and hooks from barrel file #791

refactor(react-interactive-tab): export all types and hooks from barrel file

refactor(react-interactive-tab): export all types and hooks from barrel file #791

Workflow file for this run

name: Changelog
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npx beachball check --changehint "Run 'yarn change' to generate a change file"