Fix CI linting rules and trailing blanks
This commit is contained in:
parent
53188f3969
commit
8bcfddbb97
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: CI
|
||||
|
||||
on:
|
||||
@ -93,5 +94,4 @@ jobs:
|
||||
set -euo pipefail
|
||||
# Lint tracked YAML only (avoid .git and other noise)
|
||||
. .venv/bin/activate
|
||||
git ls-files '*.yml' '*.yaml' | xargs -r yamllint -d "{extends: default, rules: {line-length: disable}}"
|
||||
|
||||
git ls-files '*.yml' '*.yaml' | xargs -r yamllint -d "{extends: default, rules: {document-start: disable, truthy: disable, line-length: disable}}"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
---
|
||||
# Notes repo: long lines (IPs, commands, URLs) are common.
|
||||
config:
|
||||
MD013: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user