Skip to content

Fix background blur with 0 steps #22

Fix background blur with 0 steps

Fix background blur with 0 steps #22

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '15.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test