Skip to content

fix: 修复 FlowLayer 在少数据量下,聚合线位置异常问题 (#323) #1244

fix: 修复 FlowLayer 在少数据量下,聚合线位置异常问题 (#323)

fix: 修复 FlowLayer 在少数据量下,聚合线位置异常问题 (#323) #1244

Workflow file for this run

name: lint
on:
push:
paths:
- 'packages/**'
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn bootstrap
- run: yarn lint