Validate #207
This file contains hidden or 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: Validate | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: {} | |
| jobs: | |
| hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest | |
| name: Hassfest validation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout the repository | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - name: Run hassfest validation | |
| uses: home-assistant/actions/hassfest@55b4a5d23e09d627c2773c2ef82afa98904d65b4 # master | |
| hacs: # https://github.com/hacs/action | |
| name: HACS validation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run HACS validation | |
| uses: hacs/action@d556e736723344f83838d08488c983a15381059a # 22.5.0 | |
| with: | |
| category: integration | |
| # brands: Remove when added to https://github.com/home-assistant/brands | |
| # topics: Remove when repository topics are configured on GitHub | |
| # images: Remove when screenshots are added to README.md | |
| ignore: brands topics images |