EFIC-233 - update precheckBuild.sh
diff --git a/.github/scripts/precheck/precheckBuild.sh b/.github/scripts/precheck/precheckBuild.sh
index 9312f96..de42038 100644
--- a/.github/scripts/precheck/precheckBuild.sh
+++ b/.github/scripts/precheck/precheckBuild.sh
@@ -16,13 +16,12 @@
 
 # By default build pdk since we don't need the other script for the main purpose
 export SKIP_PDK_BUILD=${1:-0}
-
 export TARGET_PATH=$(pwd)
+
 git clone --depth=1 https://github.com/efabless/caravel-lite.git
 
 docker pull efabless/mpw_precheck:latest
 
-
 if [ $SKIP_PDK_BUILD -eq 0 ]; then
     cd $TARGET_PATH/..
     export PDK_ROOT=$(pwd)/precheck_pdks