Skip to content

fix(react-keytips): do not show keytips for disabled targets #795

fix(react-keytips): do not show keytips for disabled targets

fix(react-keytips): do not show keytips for disabled targets #795

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"