This commit is contained in:
@@ -13,4 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: home-assistant/actions/hassfest@master
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install Home Assistant
|
||||
run: pip install homeassistant
|
||||
- name: Run hassfest
|
||||
run: python -m script.hassfest --integration-path="${{ github.workspace }}/custom_components/immich_album_watcher" --action=validate
|
||||
|
||||
Reference in New Issue
Block a user