mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-14 19:19:00 +01:00
Update hassfest.yml
This commit is contained in:
parent
e98b526acb
commit
dd2adf7e00
10
.github/workflows/hassfest.yml
vendored
10
.github/workflows/hassfest.yml
vendored
@ -9,5 +9,15 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user