mirror of
https://github.com/mx42/home-assistant-ecocito.git
synced 2026-01-14 13:59:50 +01:00
Initial version
This commit is contained in:
37
.github/workflows/validate.yml
vendored
Normal file
37
.github/workflows/validate.yml
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
name: "Validate"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
branches:
|
||||
- "master"
|
||||
|
||||
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@v4.1.7"
|
||||
|
||||
- name: "Run hassfest validation"
|
||||
uses: "home-assistant/actions/hassfest@master"
|
||||
|
||||
hacs: # https://github.com/hacs/action
|
||||
name: "HACS Validation"
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout the repository"
|
||||
uses: "actions/checkout@v4.1.7"
|
||||
|
||||
- name: "Run HACS validation"
|
||||
uses: "hacs/action@main"
|
||||
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"
|
||||
Reference in New Issue
Block a user