From 54a22c637a97c0b6b482da1090e745a8de6ff42a Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Wed, 18 Aug 2021 20:24:03 -0700 Subject: [PATCH] Run HACS validation on build (except HACS load). --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d63b8f8..92c07d71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,3 +22,12 @@ jobs: run: | npm install npm run build + + - name: HACS release validation + uses: "hacs/action@21.2.2" + with: + category: "plugin" + + # Don't attempt to load into HACS (as it loads the release, not the + # build). + ignore: "hacs"