Skip to content

Commit

Permalink
updated git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itchannel committed Nov 30, 2022
1 parent 39a5414 commit 0e1683f
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ on:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
hacs:
runs-on: "ubuntu-latest"
name: HACS
steps:
- uses: actions/checkout@v2
name: Download repo
- name: Check out the repository
uses: "actions/[email protected]"

- name: HACS validation
uses: "hacs/[email protected]"
with:
fetch-depth: 0
- uses: actions/setup-python@v2
name: Setup Python
- uses: actions/cache@v2
name: Cache
with:
path: |
~/.cache/pip
key: custom-component-ci
- uses: hacs/action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: integration
category: "integration"

hassfest:
runs-on: "ubuntu-latest"
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/[email protected]"

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

0 comments on commit 0e1683f

Please sign in to comment.