mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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"
|
||||
$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/
|
||||
|
|
Loading…
Reference in a new issue