Skip to content

Commit

Permalink
Update validate.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Nov 3, 2020
1 parent d1f692f commit 172349d
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
name: Validate

name: "Validation And Formatting"
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

- cron: '0 0 * * *'
jobs:
validate:
runs-on: "ubuntu-latest"
ci:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/integration/action@master"
- 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 }}
CATEGORY: "PLUGIN"

0 comments on commit 172349d

Please sign in to comment.