Skip to content

Cron actions

Cron actions #430

Workflow file for this run

name: Cron actions
on:
schedule:
- cron: '0 0 * * *'
jobs:
validatehassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
name: "Hassfest Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"
validatehacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
# ignore: "brands"