mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-13 21:22:31 +00:00
🔧 Increase yml line length limit to 130 characters
This commit is contained in:
parent
cfc28dcf34
commit
f6016a7103
1 changed files with 1 additions and 1 deletions
2
.github/workflows/config/yml-lint.yml
vendored
2
.github/workflows/config/yml-lint.yml
vendored
|
@ -2,4 +2,4 @@ extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length:
|
line-length:
|
||||||
max: 100
|
max: 130
|
||||||
|
|
Loading…
Reference in a new issue