Skip to content

Commit

Permalink
refactor: Validate with ha (hassfest/hacs)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Aug 8, 2024
1 parent 5a50d36 commit 7d28a7a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Validate with ha

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

jobs:
hassfest:
name: Validate with hassfest
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"
hacs:
name: Validate with hacs
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "hacs/action@main"
with:
category: "integration"
15 changes: 0 additions & 15 deletions .github/workflows/hassfest.yml

This file was deleted.

0 comments on commit 7d28a7a

Please sign in to comment.