Files
Nikita Titov 425395de09 [ci] fix errors about comments indentation in yaml files (Part 4) (#6804)
* ci/yamlint-4

* dev

* dev

* dev

* dev

* dev

* dev

* Update optional_checks.yml

* Update lock.yml

* Update optional_checks.yml
2025-01-30 12:21:05 +03:00

11 lines
277 B
YAML

# default config: https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: default
rules:
document-start: disable
line-length:
max: 120
truthy:
# prevent treating GitHub Workflow "on" key as boolean value
check-keys: false