Bump home-assistant/actions from 342664e951e2fd5f00bc990fc968342388252475 to e5c98268a8eab18c0ddb35d2e920585f042ee1fe #521
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
- name: Run hassfest validation | |
uses: home-assistant/actions/hassfest@e5c98268a8eab18c0ddb35d2e920585f042ee1fe # 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 | |
ignore: brands |