We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3a389 commit 0700722Copy full SHA for 0700722
.github/workflows/hassfest.yml
@@ -0,0 +1,15 @@
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"
15
.github/workflows/validate.yml
@@ -0,0 +1,18 @@
+name: Validate
+ - cron: "0 0 * * *"
+ - name: HACS validation
+ uses: "hacs/action@main"
16
+ with:
17
+ category: "integration"
18
0 commit comments