Skip to content

Commit

Permalink
Fix yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom committed Jan 12, 2025
1 parent a0e4649 commit 499d92b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1

prepare-versions:
name: Prepare matrix of versions
needs: [yamllint]
Expand All @@ -40,7 +41,7 @@ jobs:
version="[\"stable\", \"beta\", \"dev\"]"
fi
echo "version=${version}" >> "$GITHUB_OUTPUT"
home-assistant:
name: Home Assistant Core ${{ matrix.version }} Config Check
needs: [yamllint, prepare-versions]
Expand Down

0 comments on commit 499d92b

Please sign in to comment.