Skip to content

Commit

Permalink
🚀 CI Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 13, 2021
1 parent b477b3c commit 96a50b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/home-assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

home-assistant:
name: "Home Assistant Core ${{ matrix.version }} Configuration Check"
needs: [yamllint]
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -39,7 +40,7 @@ jobs:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v2
- name: 🚀 Run Home Assistant Configuration Check
uses: frenck/action-home-assistant@main
uses: frenck/action-home-assistant@v1.0.0
with:
path: "./config"
secrets: ./.stubs/secrets.yaml
Expand Down

0 comments on commit 96a50b4

Please sign in to comment.