mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 13:23:41 +00:00
Bumps [home-assistant/actions](https://github.com/home-assistant/actions) from a19f5f4e08ef2786e4604a948f62addd937a6bc9 to 8ca6e134c077479b26138bd33520707e8d94ef59.
- [Release notes](https://github.com/home-assistant/actions/releases)
- [Commits](a19f5f4e08...8ca6e134c0)
---
updated-dependencies:
- dependency-name: home-assistant/actions
dependency-version: 8ca6e134c077479b26138bd33520707e8d94ef59
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
36 lines
1,000 B
YAML
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
|
|
- name: Run hassfest validation
|
|
uses: home-assistant/actions/hassfest@8ca6e134c077479b26138bd33520707e8d94ef59 # 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
|