Skip to content

Commit

Permalink
build: add hacs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cazeaux committed Nov 4, 2023
1 parent c07253f commit a990815
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Validate with hassfest and HACS

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

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

0 comments on commit a990815

Please sign in to comment.