Skip to content

fix: migrate to other valve integration since the newer one broke wit… #134

fix: migrate to other valve integration since the newer one broke wit…

fix: migrate to other valve integration since the newer one broke wit… #134

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 .