Change beta firmware switch entity category from diagnostic to config #219
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: [main] | |
paths: | |
- "**.yaml" | |
- "**.yml" | |
pull_request: | |
jobs: | |
yamllint: | |
name: 🧹 yamllint | |
runs-on: ubuntu-latest | |
steps: | |
- name: ⤵️ Check out configuration from GitHub | |
uses: actions/[email protected] | |
- name: 🚀 Run yamllint | |
run: yamllint --strict . |