0.13.0.2 - Minor tweaks, partition number corrections, shock sensor r… #1125
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 with hassfest | |
| on: | |
| push: | |
| pull_request: | |
| schedule: | |
| - cron: "0 0 * * *" | |
| workflow_dispatch: | |
| jobs: | |
| hassfest: | |
| runs-on: ubuntu-latest | |
| name: hassfest | |
| steps: | |
| - name: Check out the repository | |
| uses: actions/checkout@v3 | |
| - name: Test hassfest | |
| uses: home-assistant/actions/hassfest@master |