Commit 0b86636
fix(ci): pin trunk linter versions in lint.enabled
Unpinned `lint.enabled` entries resolve to the SYSTEM copy of a tool
(trunk logs `@ version:SYSTEM` and never downloads it), so every
trunk-managed tool failed with "Binary not found" on the runner. Pin
each tool to the version it is validated with on this repo:
- actionlint 1.7.8, black 25.9.0, prettier 3.6.2, ruff 0.16.2,
mypy 2.1.0, taplo 0.10.0, shellcheck 0.10.0, yamllint 1.37.1,
eslint 8.10.0, golangci-lint 2.6.1
- clippy/rustfmt 1.88.0 (rust toolchain; repo's rust-toolchain.toml
pins channel = "stable", edition 2024 requires >= 1.85)
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent a0f54ba commit 0b86636
1 file changed
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments