Compare commits
2 Commits
2272911d7d
...
d62eea3032
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d62eea3032 | ||
|
|
58c17d2367 |
@@ -11,4 +11,6 @@ jobs:
|
|||||||
- name: 🚀Validating the manifests
|
- name: 🚀Validating the manifests
|
||||||
uses: frenck/action-yamllint@v1.5.0
|
uses: frenck/action-yamllint@v1.5.0
|
||||||
with:
|
with:
|
||||||
path: "manifests/"
|
config: ".yamllint"
|
||||||
|
path: "manifests/"
|
||||||
|
warnings: false
|
||||||
|
|||||||
38
.yamllint
Normal file
38
.yamllint
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
ignore: |
|
||||||
|
.gitea/workflows/
|
||||||
|
values.yaml
|
||||||
|
|
||||||
|
yaml-files:
|
||||||
|
- '*.yaml'
|
||||||
|
- '*.yml'
|
||||||
|
- '.yamllint'
|
||||||
|
|
||||||
|
rules:
|
||||||
|
anchors: enable
|
||||||
|
braces: enable
|
||||||
|
brackets: enable
|
||||||
|
colons: enable
|
||||||
|
commas: enable
|
||||||
|
comments:
|
||||||
|
level: warning
|
||||||
|
comments-indentation:
|
||||||
|
level: warning
|
||||||
|
document-end: disable
|
||||||
|
document-start:
|
||||||
|
level: warning
|
||||||
|
empty-lines: enable
|
||||||
|
empty-values: disable
|
||||||
|
float-values: disable
|
||||||
|
hyphens: enable
|
||||||
|
indentation: enable
|
||||||
|
key-duplicates: enable
|
||||||
|
key-ordering: disable
|
||||||
|
line-length: warning
|
||||||
|
new-line-at-end-of-file: enable
|
||||||
|
new-lines: enable
|
||||||
|
octal-values: disable
|
||||||
|
quoted-strings: disable
|
||||||
|
trailing-spaces: enable
|
||||||
|
truthy:
|
||||||
|
level: warning
|
||||||
Reference in New Issue
Block a user