fix: allow negative rates or split fractions in splitter when within … #4017
Workflow file for this run
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: "On push to any branch (not main)" | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'main' | |
| tags-ignore: | |
| - '**' | |
| permissions: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| ensure-code-quality: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/ensure-code-quality.yml | |
| test-library: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/test-library.yml | |
| test-docs: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/test-docs.yml |