Add exempt
label
#220
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: Validate | |
on: | |
push: | |
branches: | |
- main | |
pull_request: ~ | |
schedule: | |
- cron: "0 0 * * 6" | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
name: Validate | |
steps: | |
- name: Check out code from GitHub | |
uses: actions/checkout@v4 | |
- name: HACS validation | |
uses: hacs/action@main | |
with: | |
category: integration | |
- name: Hassfest validation | |
uses: home-assistant/actions/hassfest@master |