We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4010bcf commit 9fdac4aCopy full SHA for 9fdac4a
.github/workflows/cron.yaml
.github/workflows/hassfest.yml
@@ -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
.github/workflows/push.yml
.github/workflows/validate.yml
@@ -0,0 +1,17 @@
+name: Validate
+ - cron: "0 0 * * *"
+ - name: HACS validation
15
+ uses: "hacs/action@main"
16
+ with:
17
+ category: "integration"
0 commit comments