Commit fef9a0b
authored
Closes #294. Read-only file walker; lockfile irrelevant.
## Summary
Adds `--no-lock` to the `deno run` invocation for
`scripts/check-ts-allowlist.ts` in `governance-reusable.yml`. The script
imports nothing, so the lockfile is irrelevant; `--no-lock` makes the
check robust to the entire empty / corrupted / stale lockfile failure
class estate-wide.
## Why
`hyperpolymath/echidna#92` had this job failing on every push since
3b03087 (an intentionally-empty `deno.lock` for sweep visibility).
Echidna PR #128 worked around it per-repo by writing minimal valid
content; this PR fixes it at the script-invocation layer estate-wide.
## Test plan
- [ ] CI: governance / Language / package anti-pattern policy stays
green on this branch.
Closes #294.
1 parent 4f07382 commit fef9a0b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
0 commit comments