hacs-validate.yml 389 B

123456789101112131415161718192021
  1. name: Validate with HACS
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. validate:
  7. runs-on: ubuntu-latest
  8. permissions:
  9. contents: read
  10. pull-requests: write
  11. if: github.repository_owner == 'make-all'
  12. steps:
  13. - uses: actions/checkout@v6
  14. - name: HACS validation
  15. uses: hacs/action@main
  16. with:
  17. category: integration
  18. ignore: wheels