apisix-dashboard/.yamllint
John Bampton d1107ec866
feat(CI): add a GitHub Action to lint the YAML (#1060)
- add a `.yamllint` config file
- lint some YAML
2020-12-17 13:25:58 +08:00

9 lines
91 B
Plaintext

---
extends: default
rules:
document-start: false
line-length: false
truthy: false