Bump custom_components/elevenlabs_tts_dist from 644750e
to 6f28c63
#224
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: Continuous integration | |
on: | |
push: | |
paths-ignore: | |
- "**.md" | |
jobs: | |
home_assistant: | |
name: Home Assistant | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: YAML lint | |
uses: ibiqlik/action-yamllint@v3 | |
- name: Home Assistant Core check configuration | |
uses: frenck/[email protected] | |
with: | |
version: stable | |
secrets: secrets.yaml.dist | |
path: "." | |