style: compact stat cards, horizontal layout, label uses primary-text… #22
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] | |
| schedule: | |
| - cron: "0 0 * * *" | |
| jobs: | |
| validate-hacs: | |
| name: Validate with HACS Action | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: HACS validation | |
| uses: hacs/action@main | |
| with: | |
| category: integration | |
| validate-hassfest: | |
| name: Validate with hassfest | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: hassfest validation | |
| uses: home-assistant/actions/hassfest@master |