diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8665a93..9ce5bf4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,8 +13,7 @@ ## Testing -- markdownlint -- uv run python3 scripts/dev/validate_local.py +- `st-validate-local` ## Notes diff --git a/docs/repository-standards.md b/docs/repository-standards.md index 9c1d829..ea13c12 100644 --- a/docs/repository-standards.md +++ b/docs/repository-standards.md @@ -35,9 +35,7 @@ ## Local validation -- `uv run python3 scripts/dev/validate_local.py` -- Docs-only changes: `uv run python3 scripts/dev/validate_docs.py` -- Docs-only validation requires `markdownlint` on the PATH. +- `st-validate-local` ## Linting policy