add header check to Linux CI

This commit is contained in:
Damien Elmes 2021-04-13 23:08:57 +10:00
parent 07309a4c42
commit be140a833a

View file

@ -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/