Skip to content

fix: uses parseFloat to handle borderWidth between 0 and 1 (#599) #106

fix: uses parseFloat to handle borderWidth between 0 and 1 (#599)

fix: uses parseFloat to handle borderWidth between 0 and 1 (#599) #106

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Test & Build
run: |
npm ci
npm run extension:build
npm run test:ci