Skip to content

fix: thumbnail of dual-axes are out of sync #3908

fix: thumbnail of dual-axes are out of sync

fix: thumbnail of dual-axes are out of sync #3908

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.5
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 }}