chore(observability): add CSS mirror sync helper
All checks were successful
CD Pipeline / deploy (push) Successful in 1m33s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m33s
This commit is contained in:
@@ -202,7 +202,7 @@ def scan_css() -> list[str]:
|
||||
web_text = web_path.read_text(encoding="utf-8")
|
||||
if web_text != text:
|
||||
findings.append(
|
||||
f"{WEB_CSS_PATH}: must match {CSS_PATH} so production /static CSS is in sync"
|
||||
f"{WEB_CSS_PATH}: must match {CSS_PATH} so production /static CSS is in sync; run `python3 scripts/sync_observability_css.py`"
|
||||
)
|
||||
|
||||
return findings
|
||||
|
||||
Reference in New Issue
Block a user