Add CI for markdown and yaml #1
@ -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}}"
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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”.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user