Commit d414d2f
committed
ci(vendor-hash): drop go-mod-tidy from SKIP
The Tidy go modules step upstream already runs `go mod tidy`, so by
the time the Commit and push step runs the tree is tidy and the
go-mod-tidy hook is a pass-through no-op. Leaving it in SKIP was
defending against a scenario that cannot occur on this path.
vendor-hash-check is still skipped for the reason documented on the
env comment.1 parent 62b8395 commit d414d2f
1 file changed
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
140 | 138 | | |
141 | 139 | | |
142 | 140 | | |
| |||
0 commit comments