This commit is contained in:
Michael
2021-11-10 16:49:05 +00:00
commit 7cb3d49962
69 changed files with 5622 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
name: CI
# yamllint disable-line rule:truthy
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}