fix: Fix the infinite loop caused by equalizeSegments in special case… #219
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: build | |
| on: ["push", "pull_request"] | |
| jobs: | |
| build: | |
| runs-on: macOS-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Use Node.js 16 | |
| uses: actions/setup-node@v2 | |
| with: | |
| node-version: 16 | |
| - name: ci | |
| run: | | |
| npm install --force | |
| npm run ci |