Skip to content

fix: dx/dy calculate #11

fix: dx/dy calculate

fix: dx/dy calculate #11

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14'
- name: Run CI
run: |
cd packages/g6
npm install
npm run ci