Delete .github/workflows/validate.yml (#171)

This commit is contained in:
Vincent Le Bourlot 2023-10-11 10:24:23 +02:00 committed by GitHub
parent 984a7fb41c
commit 4edaffff60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +0,0 @@
name: Validate with hassfest
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