-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (33 loc) · 962 Bytes
/
Copy pathvalidate.yml
File metadata and controls
37 lines (33 loc) · 962 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
32
33
34
35
36
37
name: Validate
on:
push:
branches: [main, testing]
pull_request:
branches: [main, testing]
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate-hacs:
name: HACS Validation
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: HACS Validation
uses: hacs/action@d556e736723344f83838d08488c983a15381059a # v22.5.0
with:
category: integration
validate-hassfest:
name: Hassfest Validation
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Hassfest Validation
uses: home-assistant/actions/hassfest@f6f29a7ee3fa0eccadf3620a7b9ee00ab54ec03b # master 2026-04-16