Bump home-assistant/actions/hassfest from f4ca6f671bd429efb108c0f2fa0ae8af0215986c to e3fb68ebda13d88a0d695082f471ba2c83d025fb #297
Workflow file for this run
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - name: Run hassfest validation | |
| uses: home-assistant/actions/hassfest@e3fb68ebda13d88a0d695082f471ba2c83d025fb # 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 | |
| # Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands | |
| ignore: brands |