Skip to content

♻️ DualListBox のネストしたアイテムもチェックボックスを非表示にできるようにする #237

♻️ DualListBox のネストしたアイテムもチェックボックスを非表示にできるようにする

♻️ DualListBox のネストしたアイテムもチェックボックスを非表示にできるようにする #237

Workflow file for this run

name: need changeset
on:
pull_request:
paths:
- "src/**"
- ".github/workflows/changeset.yaml"
jobs:
changeset:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-yarn
- name: check changesets
run: make -f ci.mk check_changesets
if: github.actor != 'dependabot[bot]' && github.actor != 'FluctMember'