Browse Source

Ignore the wheels check.

This is only a requirement for submitting to HA or HACS as official, so not
needed yet.
Jason Rumney 4 năm trước cách đây
mục cha
commit
f6a3102141
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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'