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.
2 parents 87ab50a + 47c9390 commit dda6b3eCopy full SHA for dda6b3e
.github/workflows/validate.yaml
@@ -0,0 +1,18 @@
1
+name: Validate
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: "0 0 * * *"
8
+ workflow_dispatch:
9
10
+jobs:
11
+ validate-hacs:
12
+ runs-on: "ubuntu-latest"
13
+ steps:
14
+ - uses: "actions/checkout@v3"
15
+ - name: HACS validation
16
+ uses: "hacs/action@main"
17
+ with:
18
+ category: "integration"
0 commit comments