Skip to content

fix: add continue on error to turn_off_all #130

fix: add continue on error to turn_off_all

fix: add continue on error to turn_off_all #130

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 .