Run HACS validation on build (except HACS load).
This commit is contained in:
@@ -22,3 +22,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user