Skip to content

Update HACS plugins #693

Update HACS plugins

Update HACS plugins #693

Workflow file for this run

---
name: Lint
on: [ push ] # yamllint disable-line rule:truthy
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install yamllint
run: pip3 install yamllint
- name: Perform yamllint
run: yamllint -f github --strict -c .yamllint.yaml .