Pārlūkot izejas kodu

Ignore the wheels check.

This is only a requirement for submitting to HA or HACS as official, so not
needed yet.
Jason Rumney 5 gadi atpakaļ
vecāks
revīzija
f6a3102141
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      .github/workflows/hacs-validate.yml

+ 2 - 1
.github/workflows/hacs-validate.yml

@@ -14,4 +14,5 @@ jobs:
       - name: HACS validation
         uses: 'hacs/action@main'
         with:
-          CATEGORY: 'integration'
+          category: 'integration'
+          ignore: 'wheels'