[charts-pro] Add a borderRadius property to FunnelChart (#17660)
#1
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: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "${{ github.actor }}" | |
| - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
| with: | |
| fetch-depth: 0 | |
| - name: Set up pnpm | |
| uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 | |
| - name: Use Node.js 23.x | |
| uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 | |
| with: | |
| node-version: 23 | |
| cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies | |
| - run: pnpm install:codesandbox | |
| - run: pnpm build:codesandbox | |
| - run: pnpm pkg-pr-new-release |