No luck, let's run it at least on GitHub
Some checks failed
Validate / Hassfest (push) Failing after 4s
Some checks failed
Validate / Hassfest (push) Failing after 4s
This commit is contained in:
19
.github/workflows/validate.yaml
vendored
19
.github/workflows/validate.yaml
vendored
@@ -12,20 +12,5 @@ jobs:
|
|||||||
name: Hassfest
|
name: Hassfest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout integration
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: home-assistant/actions/hassfest@master
|
||||||
with:
|
|
||||||
path: integration
|
|
||||||
- name: Checkout Home Assistant core
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: home-assistant/core
|
|
||||||
path: core
|
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pip install -r core/requirements.txt
|
|
||||||
- name: Run hassfest
|
|
||||||
run: python -m script.hassfest --integration-path="${{ github.workspace }}/integration/custom_components/immich_album_watcher" --action=validate
|
|
||||||
working-directory: core
|
|
||||||
Reference in New Issue
Block a user