mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-23 06:35:33 +01:00
Configure linting rules
This commit is contained in:
parent
71e0d41f06
commit
c811725432
1 changed files with 11 additions and 0 deletions
11
.github/workflows/yaml.yml
vendored
11
.github/workflows/yaml.yml
vendored
|
@ -22,3 +22,14 @@ jobs:
|
||||||
|
|
||||||
- name: YAML Lint
|
- name: YAML Lint
|
||||||
uses: ibiqlik/action-yamllint@v3.0.0
|
uses: ibiqlik/action-yamllint@v3.0.0
|
||||||
|
with:
|
||||||
|
config_data: |
|
||||||
|
extends: default
|
||||||
|
rules:
|
||||||
|
new-line-at-end-of-file:
|
||||||
|
level: warning
|
||||||
|
trailing-spaces:
|
||||||
|
level: warning
|
||||||
|
line-length:
|
||||||
|
level: warning
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue