Skip to content

Commit b21d475

Browse files
Remove internal local-review script from the repo
This helper was a local-only pre-push convenience and does not belong in the published tree. Gitignored so it stays local.
1 parent ef894f8 commit b21d475

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ htmlcov/
1515
.loopforge-run/
1616
tmp-loopforge-*/
1717
LAUNCH-KIT.private.md
18+
19+
scripts/pr_review_check.sh

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ post are people who got a surprise bill. Two honest limits:
185185
A ready-made GitHub Action ships in this repo (`action.yml`) — lint your loop definitions on every
186186
PR so a loop can't regress into a runaway unnoticed:
187187

188-
## Local Review
189-
190-
```bash
191-
scripts/pr_review_check.sh
192-
```
193188

194189
```yaml
195190
name: loops

0 commit comments

Comments
 (0)