Fix CI linting rules and trailing blanks
All checks were successful
CI / skip-ci-check (pull_request) Successful in 1m15s
CI / markdown-lint (pull_request) Successful in 1m18s
CI / yaml-validate (pull_request) Successful in 1m18s

This commit is contained in:
ilia 2025-12-30 22:34:00 -05:00
parent 53188f3969
commit 8bcfddbb97
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,4 @@
---
name: CI name: CI
on: on:
@ -93,5 +94,4 @@ jobs:
set -euo pipefail set -euo pipefail
# Lint tracked YAML only (avoid .git and other noise) # Lint tracked YAML only (avoid .git and other noise)
. .venv/bin/activate . .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}}"

View File

@ -1,4 +1,4 @@
---
# Notes repo: long lines (IPs, commands, URLs) are common. # Notes repo: long lines (IPs, commands, URLs) are common.
config: config:
MD013: false MD013: false

View File

@ -21,4 +21,3 @@ Personal notes for my homelab: build logs, configs, and operational runbooks for
## Status ## Status
This is an actively evolving notebook. Some sections may be incomplete or “work in progress”. This is an actively evolving notebook. Some sections may be incomplete or “work in progress”.