-
Notifications
You must be signed in to change notification settings - Fork 1
31 lines (28 loc) · 905 Bytes
/
Copy pathvalidate.yml
File metadata and controls
31 lines (28 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Validate
on:
push:
pull_request:
workflow_dispatch:
# No schedule. GitHub auto-disables any workflow containing one after 60
# days of repository inactivity, and a disabled workflow then stops
# answering push and pull_request as well — so the cron meant to catch
# upstream HACS/hassfest rule changes is exactly what removes the gate.
# Both adaptive-lighting validators and adaptive-cover's were lost that
# way; this repo is only still active because it was pushed recently.
jobs:
hacs:
name: HACS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: HACS validation
uses: hacs/action@main
with:
category: integration
hassfest:
name: Hassfest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Hassfest validation
uses: home-assistant/actions/hassfest@master