Skip to content

fix: line,area,radar label style with callback (#3805) #3895

fix: line,area,radar label style with callback (#3805)

fix: line,area,radar label style with callback (#3805) #3895

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: '18'
- name: Run CI
run: |
npm install --legacy-peer-deps
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 }}