Attemp to also support Gitea for actions
Some checks failed
Validate / Hassfest (push) Failing after 1m25s

This commit is contained in:
2026-01-31 01:50:02 +03:00
parent 950fe0fd91
commit a89d45268d

View File

@@ -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