chore: update to riddix ownership and improve workflows

This commit is contained in:
RiDDiX
2026-01-25 22:22:13 +01:00
parent 9c899ad34c
commit 3b1eacbfae
7 changed files with 194 additions and 132 deletions

29
.github/workflows/ci.yaml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: CI
on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
name: Validate Addon Config
steps:
- uses: actions/checkout@v4
- name: Validate hamh config
uses: home-assistant/actions/helpers/addon-info@master
with:
addon: hamh
- name: Validate hamh-beta config
uses: home-assistant/actions/helpers/addon-info@master
with:
addon: hamh-beta
- name: Validate hamh76 config
uses: home-assistant/actions/helpers/addon-info@master
with:
addon: hamh76