Skip to content

Commit

Permalink
Create hacs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Oct 25, 2023
1 parent ffa3e35 commit 5285586
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: HACS Validation

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

jobs:
hacs:
name: HACS Validation
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1

- name: 🚀 Run HACS validation
uses: hacs/action@main
with:
category: integration

0 comments on commit 5285586

Please sign in to comment.