From e9fa4d9ecb40331eabc70dd3d02c49ab0e95edb6 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 23 Aug 2018 16:24:41 -0400 Subject: [PATCH] Run script/format check in cibuild --- script/cibuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/cibuild b/script/cibuild index 7af22fea..35dc8d4e 100755 --- a/script/cibuild +++ b/script/cibuild @@ -19,5 +19,8 @@ RUN_PYTHON_TESTS="true" # Compile assets yarn build +# Check python formatting +source .script/format check + # Run the shared test script source ./script/include/run_test