Skip to content

doc(react-tree-grid): adds story with example of a TreeGrid as a list #797

doc(react-tree-grid): adds story with example of a TreeGrid as a list

doc(react-tree-grid): adds story with example of a TreeGrid as a list #797

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"