Skip to content

Commit

Permalink
split validations
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Jun 9, 2024
1 parent 55445e1 commit bd125dd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 20 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate-hacs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: HACS validation

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

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "hacs/action@main"
with:
category: "integration"
14 changes: 14 additions & 0 deletions .github/workflows/validate-hassfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Hassfest validation

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

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master
20 changes: 0 additions & 20 deletions .github/workflows/validate.yml

This file was deleted.

0 comments on commit bd125dd

Please sign in to comment.