Skip to content

Commit 73de396

Browse files
authored
Move the bloat-check-and-CI-specific scripts dir inside .github (#442)
In downstream `rs-matter-stack` and `rs-matter-embassy` this is already done. The rationale for this is that - other than for supporting the CI-specific "Size-Check" action, which was copied from the Python-rich C++ SDK - we have **no** other use of any Python scripts and we **don't** author or encourage authoring scripts in Python, for the purposes of `rs-matter`. Rather, `rs-matter` prefers **Rust-native** scripting in the form of `xtask`s, where the `rs-matter` `xtask` project actually keeps growing. Moving these "copied-over" Python scripts inside `.github` rather than in a top-level "scripts" directory would thus provide the more correct message to newcomers that these are not something "standard" for this project.
1 parent 2c5261d commit 73de396

31 files changed

Lines changed: 10 additions & 10 deletions

.github/actions/setup-size-reports/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ runs:
1414
shell: bash
1515
env:
1616
GH_CONTEXT: ${{ inputs.gh-context }}
17-
run: python scripts/memory/gh_sizes_environment.py "${GH_CONTEXT}"
17+
run: python .github/scripts/memory/gh_sizes_environment.py "${GH_CONTEXT}"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)