Run HACS validation on build (except HACS load).

This commit is contained in:
Dermot Duffy
2021-08-18 20:24:03 -07:00
parent 4cacec7f80
commit 54a22c637a
+9
View File
@@ -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"