Skip to content

fix: thumbnail of dual-axes are out of sync (#3821) #3909

fix: thumbnail of dual-axes are out of sync (#3821)

fix: thumbnail of dual-axes are out of sync (#3821) #3909

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 }}