Commit 73de396
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
File tree
- .github
- actions/setup-size-reports
- scripts/memory
- memdf
- collector
- util
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments