We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee905e9 commit 33bcb79Copy full SHA for 33bcb79
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/adrienverge/yamllint
4
- rev: v1.26.3
+ rev: v1.27.1
5
hooks:
6
- name: check YAML format
7
id: yamllint
.yamllint.yaml
@@ -6,3 +6,5 @@ rules:
.github/workflows/*
indentation:
8
spaces: 2
9
+ new-lines:
10
+ type: platform
0 commit comments