Skip to content

Please Merge New Types for WaterQuality #183

Please Merge New Types for WaterQuality

Please Merge New Types for WaterQuality #183

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

Check failure on line 11 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build.yml" -> "homebridge/.github/.github/workflows/nodejs-build-and-test.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@main
lint-docs:
needs: build_and_test
uses: homebridge/.github/.github/workflows/lint-docs.yml@main