We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889ee81 commit 5e274cbCopy full SHA for 5e274cb
.github/workflows/validate.yml
@@ -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: "plugin"
.gitignore
changelog.md
hacs.json
@@ -1,5 +1,5 @@
{
- "name": "MiFlora Card",
- "render_readme": true,
- "filename": "miflora-card.js"
- }
+ "name": "Better MiFlora Card",
+ "render_readme": true,
+ "filename": "miflora-card.js"
+}
0 commit comments