Attemp to also support Gitea for actions
Some checks failed
Validate / Hassfest (push) Failing after 1m25s
Some checks failed
Validate / Hassfest (push) Failing after 1m25s
This commit is contained in:
8
.github/workflows/validate.yaml
vendored
8
.github/workflows/validate.yaml
vendored
@@ -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