Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 3, 2022
2 parents 06339d8 + 2dbd3e1 commit 573d9fd
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 119 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Validation And Formatting"
name: "Hassfest and hacs validation"
on:
push:
pull_request:
Expand All @@ -10,23 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Download repo
with:
fetch-depth: 0
- uses: actions/setup-python@v2
name: Setup Python
with:
python-version: '3.8.x'
- uses: actions/cache@v2
name: Cache
with:
path: |
~/.cache/pip
key: custom-component-ci
- uses: home-assistant/actions/hassfest@master
- uses: hacs/action@main
with:
CATEGORY: integration
- uses: KTibow/ha-blueprint@stable
name: CI
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
category: integration
Loading

0 comments on commit 573d9fd

Please sign in to comment.