Skip to content

Commit

Permalink
Add validation for HACS & Hassfest
Browse files Browse the repository at this point in the history
  • Loading branch information
zeronounours committed May 16, 2023
1 parent 068c9d8 commit 06ee451
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ jobs:
asset_name: energy-entity-row.js
tag: ${{ github.ref }}
overwrite: true
validate:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: HACS Validate
uses: hacs/action@main
with:
category: plugin

0 comments on commit 06ee451

Please sign in to comment.