Skip to content

Commit

Permalink
add hacs validation workflows #8
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Jul 11, 2024
1 parent 9800def commit 047a859
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validate

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

jobs:
validate-hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: integration

validate-hassfest:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 047a859

Please sign in to comment.