From 0a0375c090b57fdb1dfe99c5240bbde44e27d46e Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 18 Apr 2023 09:44:52 +0200 Subject: [PATCH] Update hassfest.yml --- .github/workflows/hassfest.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index d39abc1..07d1dda 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -1,23 +1,14 @@ name: Validate with hassfest on: + push: pull_request: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" -jobs: +jobs: validate: runs-on: "ubuntu-latest" steps: - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install \ - pyupgrade==3.3.1 \ - black==22.10.0 \ - click==8.0.4 \ - codespell==2.2.2 \ - ruff==0.0.261 \ - isort==5.10.1 \ - - uses: actions/checkout@v3.5.2 - - uses: home-assistant/actions/hassfest@1.0.0 + - uses: "actions/checkout@v3" + - uses: home-assistant/actions/hassfest@master