diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1dfe847..8f08e59 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,7 +24,7 @@ steps: - label: 'Check format' depends_on: linux-nix command: | - ${nix} --command bash -c "echo +++ format; just format" + ${nix} --command bash -c "echo +++ format; just format; git diff --exit-code" agents: system: ${linux} env: