hacs-validate.yml 360 B

123456789101112131415161718
  1. name: Validate with HACS
  2. on:
  3. push:
  4. pull_request:
  5. schedule:
  6. - cron: '0 0 * * *'
  7. jobs:
  8. validate:
  9. runs-on: 'ubuntu-latest'
  10. steps:
  11. - uses: 'actions/checkout@v2'
  12. - name: HACS validation
  13. uses: 'hacs/integration/action@main'
  14. with:
  15. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  16. CATEGORY: 'integration'