From 97d3d49ea597b63c056c2fa2822e121485b1548f Mon Sep 17 00:00:00 2001 From: Vadim Aleksandrov Date: Wed, 13 Mar 2024 21:38:07 +0300 Subject: [PATCH] Enable brands check in hacs validation github action --- .github/workflows/hacs.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index a03a60b..3d7882e 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -10,24 +10,23 @@ on: jobs: hacs: - runs-on: "ubuntu-latest" + runs-on: ubuntu-latest name: HACS steps: - name: Check out the repository uses: actions/checkout@v4 - name: HACS validation - uses: "hacs/action@22.5.0" + uses: hacs/action@22.5.0 with: - category: "integration" - ignore: brands + category: integration hassfest: - runs-on: "ubuntu-latest" + runs-on: ubuntu-latest name: Hassfest steps: - name: Check out the repository uses: actions/checkout@v4 - name: Hassfest validation - uses: "home-assistant/actions/hassfest@master" + uses: home-assistant/actions/hassfest@master