From dfb70466bb06d22385457d84704ff55115c5dc07 Mon Sep 17 00:00:00 2001 From: Andrew Gierens Date: Sat, 30 Dec 2023 16:23:27 +1100 Subject: [PATCH] Updated validation after the logos have been moved to the main repo --- .github/workflows/validate.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d8256ac..cfdfd89 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,18 +8,8 @@ on: workflow_dispatch: jobs: - validate-hacs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: HACS validation - uses: hacs/action@main - with: - category: integration - validate-with-hassfest: runs-on: ubuntu-latest - needs: validate-hacs steps: - uses: actions/checkout@v4 - uses: home-assistant/actions/hassfest@master