CI Perf Lint

docker-bake-file-unused-in-ci

Detects repositories that have a Docker bake file while CI bypasses it with direct Docker image builds.

This rule looks for:

and a workflow that runs Docker image builds without invoking docker buildx bake.

Why it matters:

What to do: