Skip to content

Improve CI

Improve CI #3225

Workflow file for this run

name: Validate with HACS
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "0 0 * * *"
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- name: Check out repository
uses: "actions/checkout@v4"
with:
fetch-depth: 2
- name: HACS Validation
uses: hacs/[email protected]
with:
category: "python_script"
github_token: ${{ secrets.GITHUB_TOKEN }}