MQTT Discovery; supporting valve entity #131
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: Pull Request | |
on: | |
pull_request: | |
jobs: | |
run_pull_request_checks: | |
runs-on: ubuntu-latest | |
steps: | |
# Verify if there are no broken links in PR | |
- uses: actions/checkout@master | |
- uses: gaurav-nelson/[email protected] | |
with: | |
use-verbose-mode: 'yes' |