Add git diff violation checking after build output#21195
Add git diff violation checking after build output#21195NullVoxPopuli wants to merge 2 commits intomainfrom
Conversation
📊 Package size report -0%↓
🤖 This report was automatically generated by pkg-size-action |
|
I'm afraid to add something like this. We've seen the I'd prefer linting the list or a test of the list. |
it's something we need to understand and stabilize tho. as is, the list is already sorted, so it should be pretty stable. the one thing that is known not stable is the presence of the template-compiler modules -- this is resolved via: #21129 and I'm happy to wait for that PR before pressing too hard on ensuring stability of the package.json iirc, there is also a line-ending flip-flop that occurs in the root package.json as well 🤔 |
Uses: https://github.com/wyvox/action-no-git-diff
We keep having issues with the root package.json, and we need our git diffs to be reliable in PRs, so this action will block on uncommitted generated changes -- which should only be an issue until we stabilize the package.json generation (or other generated outputs)