hacs-validate.yml 346 B

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