Add ability for browser to receiver updates to already discovered ser… #75
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@latest | |
with: | |
enable_coverage: true | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
lint: | |
needs: build_and_test | |
uses: homebridge/.github/.github/workflows/eslint.yml@latest | |
lint-docs: | |
needs: build_and_test | |
uses: homebridge/.github/.github/workflows/lint-docs.yml@latest |