diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 613aa5f..bf1b612 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,6 +1,7 @@ -name: Validate +name: Validate with hassfest on: + push: pull_request: schedule: - cron: "0 0 * * *" @@ -9,11 +10,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3.6.0" - - name: HACS validation - uses: "hacs/action@22.5.0" - with: - ignore: "brands" - category: "integration" - comment: false - + - uses: "actions/checkout@v3" + - uses: home-assistant/actions/hassfest@master \ No newline at end of file