Skip to content

Commit 84b5a07

Browse files
committed
Refactor dev-local workflow by removing Python setup and installation steps for Hassfest
1 parent 526ff12 commit 84b5a07

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/dev-local-validate.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,5 @@ jobs:
3636
run: |
3737
mv custom_components/rinnaicontrolr-ha custom_components/rinnai
3838
39-
- name: Set up Python
40-
uses: actions/setup-python@v5
41-
with:
42-
python-version: "3.12"
43-
44-
- name: Install Home Assistant
45-
run: |
46-
pip install homeassistant
47-
4839
- name: Run Hassfest
49-
run: |
50-
python -m script.hassfest --integration-path custom_components/rinnai
40+
uses: home-assistant/actions/hassfest@master

0 commit comments

Comments
 (0)