This commit is contained in:
jayjojayson 2026-02-07 12:12:01 +01:00
parent a4fa47b1c7
commit b93cdba852
9 changed files with 2154 additions and 0 deletions

22
.github/workflows/validate.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Validate with HACS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# 1. HACS-Validierung
# Prüft hacs.json und Struktur
- name: Run HACS validation
uses: hacs/action@main
with:
category: plugin