Skip to content

Commit

Permalink
Update and rename validate.yaml to validate_hassfest.yaml
Browse files Browse the repository at this point in the history
Changing for validation before oficial reqest release
  • Loading branch information
Makhuta authored Feb 6, 2024
1 parent e64383a commit 0d2084b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/validate.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/validate_hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

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

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"

0 comments on commit 0d2084b

Please sign in to comment.