Commit 05a94b3
authored
ci: enforce uv.lock consistency with --locked flag (#119)
Add --locked flag to uv sync commands to fail if uv.lock is out of sync
with pyproject.toml. This ensures lockfile consistency across CI and
local development.
- Add --locked to setup-nix action
- Add --locked to flake.nix shellHook1 parent 2e29f9e commit 05a94b3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments