Skip to content

HACS Validation

HACS Validation #486

Workflow file for this run

name: HACS Validation
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *' # Run daily at midnight
workflow_dispatch:
jobs:
validate-hacs:
if: github.repository == 'alexpfau/calendar-card-pro'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: HACS validation
uses: hacs/action@main
with:
category: 'plugin'