Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit aa9dbb9

Browse files
committed
Add hacs workflows
1 parent 78ae5cc commit aa9dbb9

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

.github/workflows/hacs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: HACS Action
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
9+
jobs:
10+
hacs:
11+
name: HACS Action
12+
runs-on: "ubuntu-latest"
13+
steps:
14+
- name: HACS Action
15+
uses: "hacs/action@main"
16+
with:
17+
category: "integration"

.github/workflows/hassfest.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Validate with hassfest
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
9+
jobs:
10+
validate:
11+
runs-on: "ubuntu-latest"
12+
steps:
13+
- uses: "actions/checkout@v4"
14+
- uses: "home-assistant/actions/hassfest@master"

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "Anthropic Conversation",
3-
"homeassistant": "2024.7.0"
3+
"homeassistant": "2024.8.0"
44
}

0 commit comments

Comments
 (0)