Configure linting rules

This commit is contained in:
Liz Rice 2020-12-21 15:57:43 +00:00 committed by GitHub
parent 71e0d41f06
commit c811725432
Failed to generate hash of commit

View file

@ -22,3 +22,14 @@ jobs:
- name: YAML Lint
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