forked from bolagnaise/PowerSync
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (26 loc) · 817 Bytes
/
Copy pathvalidate.yml
File metadata and controls
29 lines (26 loc) · 817 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
name: HACS Validation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate-hacs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: HACS Action
uses: hacs/action@main
with:
category: integration
# issues: issue tracking is Discord-only by policy; GitHub Issues stay disabled.
# license: the repo IS licensed (PolyForm Noncommercial 1.0.0, see LICENSE),
# but GitHub's license detector does not recognize PolyForm, so the HACS
# check reads SPDX NOASSERTION and can never pass.
ignore: issues license
validate-hassfest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Hassfest
uses: home-assistant/actions/hassfest@master