From ed084789d184496d9ca3347e7612c5101642e2aa Mon Sep 17 00:00:00 2001 From: liamHowatt Date: Wed, 13 Aug 2025 14:39:22 -0400 Subject: [PATCH] remove lv_conf.defaults in root check --- .github/workflows/completeness_check.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/completeness_check.yml b/.github/workflows/completeness_check.yml index c96bd93..be9c3f6 100644 --- a/.github/workflows/completeness_check.yml +++ b/.github/workflows/completeness_check.yml @@ -66,12 +66,6 @@ jobs: echo "✅ File checks passed." - - name: Check for lv_conf.defaults in root - run: | - if [ ! -f lv_conf.defaults ]; then - echo "lv_conf.defaults file is missing in the root directory." && exit 1; - fi - - name: Check if the repo URL is in the branch updater run: | FILE_URL="https://raw.githubusercontent.com/lvgl/lvgl/master/scripts/release_branch_updater_port_urls.txt"