Skip to content

Commit

Permalink
Update hacs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlippmann authored Oct 7, 2023
1 parent c59ba8f commit 65b7b7c
Showing 1 changed file with 10 additions and 25 deletions.
35 changes: 10 additions & 25 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
# see https://github.com/KTibow/ha-blueprint
name: "HACS Validation And Formatting"
name: HACS Action

on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

jobs:
ci:
runs-on: ubuntu-latest
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
name: Download repo
- name: HACS Action
uses: "hacs/action@main"
with:
fetch-depth: 0
- uses: actions/setup-python@v3
name: Setup Python
- uses: actions/cache@v3
name: Cache
with:
path: |
~/.cache/pip
key: custom-component-ci
- uses: hacs/action@main
with:
CATEGORY: integration
ignore: brands wheels
- uses: KTibow/ha-blueprint@stable
name: CI
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignore: brands wheels
category: "CHANGE_ME!"

0 comments on commit 65b7b7c

Please sign in to comment.