Skip to content

Warn when schedule falls outside Economic Rule 1 time/weekday window #983

Warn when schedule falls outside Economic Rule 1 time/weekday window

Warn when schedule falls outside Economic Rule 1 time/weekday window #983

Workflow file for this run

name: Validate
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0" # Weekly
workflow_dispatch:
permissions:
contents: read
jobs:
hacs:
name: HACS validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hacs/action@main
with:
category: integration
hassfest:
name: Hassfest validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: home-assistant/actions/hassfest@master