Skip to content

adds font-synthesis-* props (#672) #327

adds font-synthesis-* props (#672)

adds font-synthesis-* props (#672) #327

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
with:
node-version: '12.x'
- run: npm ci
- run: npm test