Skip to content

Commit

Permalink
hassfest and hacs validate
Browse files Browse the repository at this point in the history
  • Loading branch information
hikirsch committed Jan 24, 2025
1 parent 8bf037d commit d155dd2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

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

jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- uses: home-assistant/actions/hassfest@master
17 changes: 17 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate

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

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

0 comments on commit d155dd2

Please sign in to comment.