mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
add header check to Linux CI
This commit is contained in:
parent
07309a4c42
commit
be140a833a
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ $BAZEL test $BUILDARGS ...
|
||||||
echo "--- Building wheels"
|
echo "--- Building wheels"
|
||||||
$BAZEL build dist
|
$BAZEL build dist
|
||||||
|
|
||||||
|
echo "--- Running lints"
|
||||||
|
python scripts/copyright_headers.py
|
||||||
|
|
||||||
echo "--- Cleanup"
|
echo "--- Cleanup"
|
||||||
# if tests succeed, back up node_modules folder
|
# if tests succeed, back up node_modules folder
|
||||||
mv ts/node_modules /state/
|
mv ts/node_modules /state/
|
||||||
|
|
Loading…
Reference in a new issue