Skip to content

ci: harden workflows, add security-audit, migrate to prek-only #63

ci: harden workflows, add security-audit, migrate to prek-only

ci: harden workflows, add security-audit, migrate to prek-only #63

Workflow file for this run

---
name: HACS Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 0" # Weekly on Sunday
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: Validate for HACS
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v7
- name: HACS Action
uses: hacs/action@d556e736723344f83838d08488c983a15381059a # 22.5.0
with:
category: integration