Validate #18
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: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "0 6 * * *" | |
| jobs: | |
| hassfest: | |
| name: hassfest | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: home-assistant/actions/hassfest@master | |
| hacs: | |
| name: HACS | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: hacs/action@main | |
| with: | |
| category: integration | |
| # Skip the brands check: it's required for the public HACS store, not | |
| # for custom-repository installs. Drop this if submitting to the store. | |
| ignore: brands |