Skip to content

Commit

Permalink
Create hacs-action-validation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow authored Jan 15, 2025
1 parent 0b77697 commit dd5458e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hacs-action-validation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: HACS-action

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"

0 comments on commit dd5458e

Please sign in to comment.