💚 add stubs and config check path

This commit is contained in:
2021-07-12 23:13:16 -04:00
parent 04466e8ff5
commit ba16b19400
3 changed files with 7 additions and 2 deletions

View File

@ -21,8 +21,10 @@ jobs:
steps:
- name: 📥 Checkout code
uses: actions/checkout@v1
- name: ➡️ Copy stub files
run: cp -R ./.stubs/* .
- name: 🕵️ Check configuration
uses: "docker://homeassistant/home-assistant:stable"
with:
args: |
python -m homeassistant --script check_config --info all
python -m homeassistant --config /github/workspace --script check_config --info all