💚 fix ci build
This commit is contained in:
13
.github/workflows/home-assistant.yml
vendored
13
.github/workflows/home-assistant.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Checkout code
|
- name: 📥 Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v5
|
||||||
- name: 🕵️ Run yamllint
|
- name: 🕵️ Run yamllint
|
||||||
uses: "docker://pipelinecomponents/yamllint:latest"
|
uses: "docker://pipelinecomponents/yamllint:latest"
|
||||||
with:
|
with:
|
||||||
@@ -20,11 +20,10 @@ jobs:
|
|||||||
needs: [yamllint]
|
needs: [yamllint]
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Checkout code
|
- name: 📥 Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v5
|
||||||
- name: ➡️ Copy stub files
|
|
||||||
run: cp -R ./.stubs/* .
|
|
||||||
- name: 🕵️ Check configuration
|
- name: 🕵️ Check configuration
|
||||||
uses: "docker://homeassistant/home-assistant:stable"
|
uses: frenck/action-home-assistant@v1.4
|
||||||
with:
|
with:
|
||||||
args: |
|
path: "."
|
||||||
python -m homeassistant --config /github/workspace --script check_config --info all
|
secrets: ./.stubs/secrets.yaml
|
||||||
|
version: "stable"
|
||||||
|
|||||||
Reference in New Issue
Block a user