Skip to content

Commit

Permalink
Improve GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Nov 5, 2020
1 parent bfd51f7 commit fef116f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "Validation And Formatting"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Download repo
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/integration/action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: integration
- uses: KTibow/ha-blueprint@stable
name: CI
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18 changes: 0 additions & 18 deletions .github/workflows/validate.yaml

This file was deleted.

0 comments on commit fef116f

Please sign in to comment.