Skip to content

Commit 361e25a

Browse files
JohannJohann
authored andcommitted
ci: re-add HACS and hassfest workflows
1 parent 2586f26 commit 361e25a

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/hassfest.yml

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

.github/workflows/validate.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Validate
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: "0 0 * * *"
7+
jobs:
8+
validate:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: hacs/action@main
13+
with:
14+
category: integration

0 commit comments

Comments
 (0)