Jelajahi Sumber

Ignore the wheels check.

This is only a requirement for submitting to HA or HACS as official, so not
needed yet.
Jason Rumney 4 tahun lalu
induk
melakukan
f6a3102141
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      .github/workflows/hacs-validate.yml

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

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