Skip to content

feat: support more 2d shape on point mark #23

feat: support more 2d shape on point mark

feat: support more 2d shape on point mark #23

Workflow file for this run

name: Test AVA
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd ava && npm install
- run: cd ava && npm run test
- run: cd ava && npm run build