Skip to content

fix: stop bind event handler in configureAccessory and add missing config check #2

fix: stop bind event handler in configureAccessory and add missing config check

fix: stop bind event handler in configureAccessory and add missing config check #2

Workflow file for this run

name: Prepublish
on:
pull_request:
jobs:
Prepublish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 21.x
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build