mirror of
https://gitlab.com/skobkin/home-assistant-config.git
synced 2024-11-14 16:43:05 +00:00
13 lines
208 B
YAML
13 lines
208 B
YAML
|
image: 'python:3.5-slim'
|
||
|
|
||
|
before_script:
|
||
|
- cp ci_secrets.yaml secrets.yaml
|
||
|
- apt-get install -y libudev-dev
|
||
|
- pip3 install homeassistant
|
||
|
|
||
|
check_config:
|
||
|
script:
|
||
|
- hass -c . --script check_config
|
||
|
|
||
|
|