test: added markdownlint config, and bugged README
All checks were successful
CI / Makefile Lint (pull_request) Successful in 23s
CI / Go Lint (pull_request) Successful in 24s
CI / Markdown Lint (pull_request) Successful in 9s
CI / Unit Tests (pull_request) Successful in 30s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 59s

This commit is contained in:
2026-03-20 20:59:47 -04:00
parent 1e237891e0
commit a32681a39b
3 changed files with 25 additions and 1 deletions

7
.claude/settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"Bash(curl -s -w \"\\\\n---HTTP_STATUS:%{http_code}---\" https://raw.githubusercontent.com/kubernetes/kubernetes/master/.markdownlint.yaml)"
]
}
}