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 5 years ago
parent
commit
f6a3102141
1 changed files with 2 additions and 1 deletions
  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'