Commit 88f871c
ci: Verify yarn.lock stability via git diff (#21115)
## Summary
- The `job_check_lockfile` step in `build.yml` previously ran `yarn
install --frozen-lockfile`, which has repeatedly failed to detect
lockfile drift in practice.
- Switched to a regular `yarn install` followed by `git diff --exit-code
yarn.lock`, so any modification yarn actually makes to the lockfile
fails the job with a clear annotation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7aef0f7 commit 88f871c
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
356 | 358 | | |
357 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
358 | 364 | | |
359 | 365 | | |
360 | 366 | | |
| |||
0 commit comments