Skip to content

✂️ v1.7.4 with new hand drawn border radius effects #901

✂️ v1.7.4 with new hand drawn border radius effects

✂️ v1.7.4 with new hand drawn border radius effects #901

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build
- run: npm run bundle
- run: npm test