Skip to content

Commit dcb846f

Browse files
authored
Merge pull request #31 from jellespijker/release/1.0
Release/1.0
2 parents 1cd6239 + d6083dd commit dcb846f

2 files changed

Lines changed: 13 additions & 25 deletions

File tree

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,19 @@
1-
name: "Validation And Formatting"
1+
name: Validate
2+
23
on:
34
push:
45
pull_request:
56
schedule:
6-
- cron: '0 0 * * *'
7+
- cron: "0 0 * * *"
8+
workflow_dispatch:
9+
10+
permissions: {}
11+
712
jobs:
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'

hacs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "ultimaker",
3-
"render_readme": true,
4-
"domains": ["sensor"]
3+
"render_readme": true
54
}

0 commit comments

Comments
 (0)