diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh index d39f951bd..e9f518660 100755 --- a/.buildkite/pipeline.sh +++ b/.buildkite/pipeline.sh @@ -27,7 +27,7 @@ env: steps: - label: ":service_dog: Linting" - command: "reviewdog -reporter=github-check" + command: "reviewdog -reporter=github-check -fail-on-error" retry: automatic: true if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/