Update hassfest.yml

This commit is contained in:
Vincent Le Bourlot 2023-04-18 09:44:52 +02:00 committed by GitHub
parent 67580a6b0a
commit 0a0375c090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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