1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00
yamllint/.yamllint
Yudai Takada 8aaa73d411
Add to GitHub Actions workflows Linting ourselves with yamllint (#10)
* Linting ourselves in yamllint

* Add to GitHub Actions workflows Linting ourselves with yamllint
2022-12-19 03:00:01 +00:00

7 lines
84 B
Text

---
extends: default
rules:
line-length: disable
truthy:
check-keys: false