From 30f04ef716060fe5b7532d2133d28861844a2e30 Mon Sep 17 00:00:00 2001 From: jdeath <17914369+jdeath@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:15:22 -0400 Subject: [PATCH] Update validate.yaml --- .github/workflows/validate.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c422ec3..d203eda 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -1,18 +1,14 @@ -name: Validate +name: Validate with hassfest on: push: pull_request: schedule: - - cron: "0 0 * * *" - workflow_dispatch: + - cron: '0 0 * * *' jobs: - validate-hacs: + validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" - - name: HACS validation - uses: "hacs/action@main" - with: - category: "integration" + - uses: "actions/checkout@v4" + - uses: "home-assistant/actions/hassfest@master"