Bump home-assistant/actions/hassfest from f4ca6f671bd429efb108c0f2fa0ae8af0215986c to ab22029681aa532bfe7de5774a9972d67bfbd2c0 #313
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@ab22029681aa532bfe7de5774a9972d67bfbd2c0 # 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 |