Skip to content

Cron

Cron #100

Workflow file for this run

name: Cron
on:
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: ⬇️ Checkout Repo
uses: actions/checkout@v4
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"