mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Update lint.yml (#112)
This commit is contained in:
parent
c4616d6083
commit
cf060c0a58
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
|||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v4.0.0
|
uses: actions/checkout@v4.0.0
|
||||||
- name: 🛠 Setup Python
|
- name: 🛠 Setup Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4.7.1
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.11'
|
||||||
- name: 🛠 Install dependencies
|
- name: 🛠 Install dependencies
|
||||||
run: pip install -r script/requirements.txt
|
run: pip install -r script/requirements.txt
|
||||||
- name: 🛠 Generate files from template
|
- name: 🛠 Generate files from template
|
||||||
|
Loading…
Reference in New Issue
Block a user