Skip to content

Commit

Permalink
Add HACS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-r committed Dec 27, 2023
1 parent b2e273b commit 58e2500
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Main
on:
schedule:
- cron: '0 1 * * *'
push:
branches:
- dev
- main
pull_request:
jobs:
validate:
name: Validate
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "home-assistant/actions/hassfest@master"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"

0 comments on commit 58e2500

Please sign in to comment.