Skip to content

fix(ci): builder action names the package with the right version usin… #11

fix(ci): builder action names the package with the right version usin…

fix(ci): builder action names the package with the right version usin… #11

Workflow file for this run

name: Validate with hassfest
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
hassfest:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Test hassfest
uses: home-assistant/actions/hassfest@master