From dd2adf7e007c0b2e9099294c78cf72586922ec3b Mon Sep 17 00:00:00 2001 From: Vincent Le Bourlot Date: Tue, 18 Apr 2023 09:35:12 +0200 Subject: [PATCH] Update hassfest.yml --- .github/workflows/hassfest.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index 3269976..772a31c 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -5,9 +5,19 @@ on: schedule: - 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.0 - uses: home-assistant/actions/hassfest@1.0.0