From d895e2c847d16f5df1cc84c38023709b8129f103 Mon Sep 17 00:00:00 2001 From: vlebourl Date: Thu, 14 Sep 2023 11:22:27 +0200 Subject: [PATCH] fix validate --- .github/workflows/validate.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 613aa5f..bf1b612 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,6 +1,7 @@ -name: Validate +name: Validate with hassfest on: + push: pull_request: schedule: - cron: "0 0 * * *" @@ -9,11 +10,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3.6.0" - - name: HACS validation - uses: "hacs/action@22.5.0" - with: - ignore: "brands" - category: "integration" - comment: false - + - uses: "actions/checkout@v3" + - uses: home-assistant/actions/hassfest@master \ No newline at end of file