mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
adds yaml linting to CI and applies rules to existing yaml files. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6682-ci-add-yamllint-2aa6d73d365081b4b67ae9d9cc86760f) by [Unito](https://www.unito.io)
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
extends: default
|
|
|
|
ignore: |
|
|
node_modules/
|
|
dist/
|
|
|
|
rules:
|
|
line-length: disable
|
|
document-start: disable
|
|
truthy: disable
|