Skip to content

fix: line,area,radar label style with callback #3888

fix: line,area,radar label style with callback

fix: line,area,radar label style with callback #3888

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: |
npm install
npm run lint
npm run build
npm run coverage
- name: Update coverall
if: ${{ success() }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}