chore(deps): update ghcr.io/home-assistant/home-assistant docker tag to v2026.9.0 #94
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| hacs: | |
| name: HACS | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: hacs/action@main | |
| with: | |
| category: theme | |
| whiskers: | |
| name: Whiskers | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: catppuccin/setup-whiskers@v2 | |
| - name: Generate themes | |
| run: whiskers home-assistant.tera | |
| - name: Ensure generating themes didn't change anything | |
| run: git diff --exit-code |