Skip to content

Commit 9fdac4a

Browse files
committed
Update actions
1 parent 4010bcf commit 9fdac4a

File tree

5 files changed

+31
-134
lines changed

5 files changed

+31
-134
lines changed

.github/workflows/cron.yaml

-21
This file was deleted.

.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@v2"
14+
- uses: "home-assistant/actions/hassfest@master"

.github/workflows/pull.yml

-55
This file was deleted.

.github/workflows/push.yml

-58
This file was deleted.

.github/workflows/validate.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Validate
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@v2"
14+
- name: HACS validation
15+
uses: "hacs/action@main"
16+
with:
17+
category: "integration"

0 commit comments

Comments
 (0)