From f0597e298d8622219bccab0dfc6749f4ae315b4b Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 23 Dec 2023 10:43:30 +0100 Subject: [PATCH] Add Hassfest validation workflow --- .github/workflows/validate.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 6632c1d..b69436b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -15,4 +15,9 @@ jobs: - name: HACS validation uses: "hacs/action@main" with: - category: "integration" \ No newline at end of file + category: "integration" + validate-hassfest: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - uses: home-assistant/actions/hassfest@master \ No newline at end of file