Skip to content

Code cleanup and improved typings #60

Code cleanup and improved typings

Code cleanup and improved typings #60

Workflow file for this run

name: Node Build
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@main