Skip to content

Modify M5 Stack ATOM ECHO to support all voice assistant features (#99) #155

Modify M5 Stack ATOM ECHO to support all voice assistant features (#99)

Modify M5 Stack ATOM ECHO to support all voice assistant features (#99) #155

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 code from GitHub
uses: actions/[email protected]
- name: Run yamllint
run: yamllint --strict .