mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
chore: update to riddix ownership and improve workflows
This commit is contained in:
29
.github/workflows/ci.yaml
vendored
Normal file
29
.github/workflows/ci.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user