Skip to content

Handle correctly the enabling of the stop word with timer and TTS at the same time #156

Handle correctly the enabling of the stop word with timer and TTS at the same time

Handle correctly the enabling of the stop word with timer and TTS at the same time #156

Workflow file for this run

name: YAML lint
on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v4.1.7
- name: 🚀 Run yamllint
run: yamllint --strict .