mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-05-10 00:36:29 +02:00
Update hassfest.yml
This commit is contained in:
parent
67580a6b0a
commit
0a0375c090
19
.github/workflows/hassfest.yml
vendored
19
.github/workflows/hassfest.yml
vendored
@ -1,23 +1,14 @@
|
|||||||
name: Validate with hassfest
|
name: Validate with hassfest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- uses: "actions/checkout@v3"
|
||||||
run: |
|
- uses: home-assistant/actions/hassfest@master
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user