hass.tibber_prices/.github/workflows/validate.yml
dependabot[bot] ecb3815705
Bump home-assistant/actions
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from a19f5f4e08ef2786e4604a948f62addd937a6bc9 to 342664e951e2fd5f00bc990fc968342388252475.
- [Release notes](https://github.com/home-assistant/actions/releases)
- [Commits](a19f5f4e08...342664e951)

---
updated-dependencies:
- dependency-name: home-assistant/actions
  dependency-version: 342664e951e2fd5f00bc990fc968342388252475
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 20:17:31 +00:00

36 lines
1,000 B
YAML

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run hassfest validation
uses: home-assistant/actions/hassfest@342664e951e2fd5f00bc990fc968342388252475 # 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