CD/CD consolidation
This commit is contained in:
7
devops/tools/lint/implementor-guidelines.sh
Normal file
7
devops/tools/lint/implementor-guidelines.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Stub lint: enforce docs tag placeholder until full checks land.
|
||||
if git diff --cached --name-only | grep -q '^docs/'; then
|
||||
echo "[stub] docs touched: ensure commit includes 'docs:' trailer (value or 'n/a')"
|
||||
fi
|
||||
Reference in New Issue
Block a user