From 734109bae857dc2ab7b2ef7a800c3b5bb0045c5d Mon Sep 17 00:00:00 2001 From: RohitKini <57343193+RohitKini@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:35:42 +0530 Subject: [PATCH] workflow eslint --- .github/workflows/repo-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index b0344d376..f7ee79b9a 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -173,7 +173,7 @@ jobs: # # Format code # npx prettier --write . - eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {} + # eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {} git add . git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"