From be140a833ad2e5686616a8adee8d3551b024758f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 13 Apr 2021 23:08:57 +1000 Subject: [PATCH] add header check to Linux CI --- .buildkite/linux/entrypoint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/linux/entrypoint b/.buildkite/linux/entrypoint index 00ebc3eb5..11b13c7a3 100755 --- a/.buildkite/linux/entrypoint +++ b/.buildkite/linux/entrypoint @@ -21,6 +21,9 @@ $BAZEL test $BUILDARGS ... echo "--- Building wheels" $BAZEL build dist +echo "--- Running lints" +python scripts/copyright_headers.py + echo "--- Cleanup" # if tests succeed, back up node_modules folder mv ts/node_modules /state/