Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Add touch toggle

Add touch toggle #74

Workflow file for this run

name: Build npm package
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build
run: npm install && npm run build