Skip to content

fix: energy template config #48

fix: energy template config

fix: energy template config #48

Workflow file for this run

name: Verify
on: [push, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
container: cytopia/yamllint:latest
steps:
- run: yamllint .
test:
runs-on: ubuntu-latest
container: homeassistant/home-assistant:latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: mv travis_secrets.yaml secrets.yaml
- run: python -m homeassistant --script check_config --config .