fix: add COPY --from=lint to builder stage to force lint execution #154

Merged
sneak merged 1 commits from fix/issue-153-lint-stage-dependency into main 2026-03-01 23:46:52 +01:00

1 Commits

Author SHA1 Message Date
clawbot
5d3e0667de fix: add COPY --from=lint to builder stage to force lint execution
All checks were successful
Check / check (pull_request) Successful in 1m46s
BuildKit skips unreferenced stages silently. The lint stage was never
referenced by the builder stage via COPY --from, so it was being skipped
entirely during docker build. This adds a stage dependency that forces
the lint stage to complete before the build proceeds.

closes #153
2026-03-01 14:28:21 -08:00