Skip to content

Commit

Permalink
Create cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeath authored Nov 4, 2023
1 parent 4a34fef commit 4df4e79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Cron actions

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/[email protected]"

- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 4df4e79

Please sign in to comment.