First step of moving to internal functions: Minimum viable product #2353
Workflow file for this run
This file contains 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: "Validation And Formatting" | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
validate_hacs: | |
name: "HACS Validation" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: "actions/checkout@v4" | |
- name: HACS Action | |
uses: "hacs/action@main" | |
with: | |
category: "integration" | |
validate_hassfest: | |
name: "Hassfest Validation" | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v4" | |
- uses: home-assistant/actions/hassfest@master | |