This commit is contained in:
HassBox
2024-07-12 09:44:26 +08:00
commit 3f3f7c0bcc
17 changed files with 1597 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Validate
on:
push:
pull_request:
jobs:
validate-hassfest:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout the repository
uses: actions/checkout@v3.5.3
- name: 🏃 Hassfest validation
uses: home-assistant/actions/hassfest@master