Lint
This commit is contained in:
1
.github/workflows/validate_yamllint.yml
vendored
1
.github/workflows/validate_yamllint.yml
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Validate YAML
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
||||
---
|
||||
|
||||
yaml-files:
|
||||
- '*.yaml'
|
||||
- '*.yml'
|
||||
@@ -40,3 +39,4 @@ rules:
|
||||
trailing-spaces: enable
|
||||
truthy:
|
||||
level: warning
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user