Removed yaml linter
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m5s

This commit is contained in:
2025-02-07 14:35:18 -05:00
parent 3f21a45b55
commit 1504c222cc

View File

@ -39,9 +39,9 @@ jobs:
python -m pip install --upgrade pip
pip install black flake8 pylint yamllint
- name: YAML Lint
run: |
yamllint ./
# - name: YAML Lint
# run: |
# yamllint ./
# # - name: Prettier Check Up
# # run: |