Skip to content

fix: 修复css zoom检测可能报错的问题 #1950

fix: 修复css zoom检测可能报错的问题

fix: 修复css zoom检测可能报错的问题 #1950

Workflow file for this run

name: test
on:
pull_request:
branches: [ dev, master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: init
run: yarn
- name: Component Test
run: yarn test:silent
- name: TypeScript Test
run: yarn build-ts