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 }}"