[DataGrid] Add baseModal slot, route multiSelect popup through it #412
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches-ignore: | |
| # Renovate branches are always Pull Requests. | |
| # We don't need to run CI twice (push+pull_request) | |
| - 'renovate/**' | |
| pull_request: | |
| permissions: {} | |
| jobs: | |
| continuous-releases: | |
| name: Continuous releases | |
| uses: mui/mui-public/.github/workflows/ci-base.yml@99fb0c874daeabc34c61c849cfea313a45a2466a | |
| with: | |
| node-version: '22.18.0' |