Skip to content

Commit

Permalink
Update validate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeath authored Oct 9, 2023
1 parent 0cb810b commit 30f04ef
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: Validate
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
- cron: '0 0 * * *'

jobs:
validate-hacs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 30f04ef

Please sign in to comment.