17 lines
253 B
YAML
17 lines
253 B
YAML
|
---
|
||
|
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
|