Verify that CONF_INCLUDE and CONF_EXCLUDE look like arrays #1139
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: Validate with hassfest and run HACS action | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
validate: | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: Checkout | |
uses: "actions/checkout@v4" | |
- name: Validate with hassfest | |
uses: "home-assistant/actions/hassfest@master" | |
- name: HACS Action | |
uses: "hacs/action@main" | |
with: | |
category: integration |