Преглед изворни кода

Ignore the wheels check.

This is only a requirement for submitting to HA or HACS as official, so not
needed yet.
Jason Rumney пре 5 година
родитељ
комит
f6a3102141
1 измењених фајлова са 2 додато и 1 уклоњено
  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'