Correctly allow mqtt topics to be none so ESPHome does not sub/pub to… #10
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: YAML lint | |
on: | |
push: | |
branches: [dev, beta, release] | |
paths: | |
- "**.yaml" | |
- "**.yml" | |
pull_request: | |
paths: | |
- "**.yaml" | |
- "**.yml" | |
jobs: | |
yamllint: | |
name: yamllint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code from GitHub | |
uses: actions/[email protected] | |
- name: Run yamllint | |
uses: frenck/[email protected] |