💚 add stubs and config check path

This commit is contained in:
James Walker 2021-07-12 23:13:16 -04:00
parent 04466e8ff5
commit ba16b19400
Signed by: walkah
GPG Key ID: 3C127179D6086E93
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

2
.gitignore vendored
View File

@ -5,7 +5,7 @@
tts
deps
image
secrets.yaml
/secrets.yaml
*.db
*.old

3
.stubs/secrets.yaml Normal file
View File

@ -0,0 +1,3 @@
home_latititude: 1
home_longitude: 1
home_elevation: 1