From bd14adbeeb70f7a8c716dcf2c7f9a339234270bf Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 17 Aug 2021 21:38:44 -0700 Subject: [PATCH] Run HACS validation after build. --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c16a58dc..5afef1e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,14 +22,6 @@ jobs: run: | npm install npm run build - - hacs: - runs-on: "ubuntu-latest" - name: HACS - steps: - - name: Check out the repository - uses: "actions/checkout@v2.3.4" - - name: HACS validation uses: "hacs/action@21.2.2" with: