Skip to content

Commit

Permalink
Add HACS validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Feb 5, 2023
1 parent 904f904 commit b6b1b82
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/validate-hacs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Validate with hassfest

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

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

0 comments on commit b6b1b82

Please sign in to comment.