what is the "formal" or "suggested" flow after finishing our design in local?
in quickstart document it says:
make precheck
make run-precheck
and then upload the repo to efabless
I tried pushing my repo and then CI starts running pdk, mpw_precheck, user_project_flow_sky130A and user_project_flow_sky130B
Due to version mismatch of PDKs, user_project_flow_sky130A and user_project_flow_sky130B are failing but pdk and mpw_precheck are passing
Now I am updating PDKs in local with make pdk and then redo the flow for user_project_wrapper and see the results after pushing
Do I need to run precheck locally? or just pushing github is enough since it also run precheck?