remove yaml ci check
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml index 9196114..923b00c 100644 --- a/.github/workflows/user_project_ci.yml +++ b/.github/workflows/user_project_ci.yml
@@ -24,6 +24,9 @@ - name: Install The Precheck run: sh ${GITHUB_WORKSPACE}/.github/scripts/precheck/precheckBuild.sh + - name: Sanitize The Precheck + run: sed -i 's/yaml manifest makefile consistency/makefile/g' ${GITHUB_WORKSPACE}/.github/scripts/precheck/run-precheck.sh + - name: Run The Precheck run: bash ${GITHUB_WORKSPACE}/.github/scripts/precheck/run-precheck.sh