mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
Manifest keys should be sorted: domain, name, then alphabetical order
This commit is contained in:
parent
d42a01d9aa
commit
a442db6a46
2 changed files with 6 additions and 7 deletions
3
.github/workflows/hassfest.yaml
vendored
3
.github/workflows/hassfest.yaml
vendored
|
|
@ -2,7 +2,6 @@ name: Validate with hassfest
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
@ -11,5 +10,5 @@ jobs:
|
|||
validate_hassfest:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: "actions/checkout@v3.0.2"
|
||||
- uses: home-assistant/actions/hassfest@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue