974ef45c29
Gate each check behind staged file pattern matching so a docs or backlog change no longer triggers the full test suite. Add presto pytest and Docker image validation guards. Fall back to running all checks when invoked directly (not via git commit).
#!/usr/bin/env bash #MISE description="Render README.md with GitHub Flavored Markdown preview" set -e source "$(git rev-parse --show-toplevel)/scripts/_helpers.sh" ensure_working_directory! gh gfm-preview README.md