Add first step for a Home Assistant problem matcher (#31)

This commit is contained in:
Franck Nijhof
2021-07-14 14:36:24 +02:00
committed by GitHub
parent 706b504d38
commit 0e76be6bab
2 changed files with 30 additions and 0 deletions
+5
View File
@@ -88,6 +88,11 @@ runs:
docker pull -q "homeassistant/home-assistant:${version}"
- name: 🏗 Register Home Assistant problem matcher
shell: bash
run: |
echo "::add-matcher::matcher.json"
- name: 🚀 Run Home Assistant Configuration Check
shell: bash
run: |