File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : " Validation And Formatting"
1+ name : Validate
2+
23on :
34 push :
45 pull_request :
56 schedule :
6- - cron : ' 0 0 * * *'
7+ - cron : " 0 0 * * *"
8+ workflow_dispatch :
9+
10+ permissions : {}
11+
712jobs :
8- ci :
9- runs-on : ubuntu-latest
13+ validate-hacs :
14+ runs-on : " ubuntu-latest"
1015 steps :
11- - uses : actions/checkout@v2
12- name : Download repo
13- with :
14- fetch-depth : 0
15- - uses : actions/setup-python@v2
16- name : Setup Python
17- - uses : actions/cache@v2
18- name : Cache
19- with :
20- path : |
21- ~/.cache/pip
22- key : custom-component-c
23-
24- - uses : hacs/action@main
25- with :
26- CATEGORY : integration
27- - uses : KTibow/ha-blueprint@stable
28- name : CI
16+ - name : HACS validation
17+ uses : " hacs/action@main"
2918 with :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ category : ' integration '
Original file line number Diff line number Diff line change 11{
22 "name" : " ultimaker" ,
3- "render_readme" : true ,
4- "domains" : [" sensor" ]
3+ "render_readme" : true
54}
You can’t perform that action at this time.
0 commit comments