Add run script for contributor conveniences#364
Open
greggyb wants to merge 6 commits into
Open
Conversation
greggyb
force-pushed
the
user-gb/helper-scripts
branch
from
July 15, 2026 19:08
96917ad to
9676881
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-364.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-364.westeurope.azurestaticapps.net |
mlonsk
approved these changes
Jul 16, 2026
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-364.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-364.westeurope.azurestaticapps.net |
See build_scripts/run_scripts/README.md
- fix latent bug in check_links.py: empty or missing _site/ would report success with no errors; now aborts - check-links.sh: wraps check_links.py in run script format - `./run commands` (and other command printers): wider output for command list to accomodate "check-links"
- update te_script_runner.py to be aware of `RUN_TE` environment variable - doctest.sh wraps `csharp_doctest.py`
- introduce pyproject.toml for python tool and file list centralization; also supports other tools (e.g. editors) - adopt ruff formatting standards for python files under run script purview - standardize banner comment contents in run scripts - introducs `scripts.sh`: single entry point for run scripts operating on run scripts (linting, formatting, scaffolding new scripts); this allows `./run setup` to focus on doc contributors and reduces dependencies for anyone *not* developing scripts - enhanced and reorganized README to split doc contributor vs script contributor sections; added code style guidance
greggyb
force-pushed
the
user-gb/helper-scripts
branch
from
July 16, 2026 15:24
e7babf1 to
0b86814
Compare
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-364.westeurope.azurestaticapps.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See build_scripts/run_scripts/README.md