Skip to content

Makes opacity slider sticky #57

Makes opacity slider sticky

Makes opacity slider sticky #57

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Install dependencies
run: npm ci
- name: Verify lint
run: npm run lint