diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 11cadad42..6bc1f0d33 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -98,9 +98,9 @@ jobs: git gc --prune=now # Garbage collect and prune unreachable objects # Remove unused imports and missing file references - echo "Running ESLint to remove unused imports..." - npm install eslint -g - eslint . --fix + # echo "Running ESLint to remove unused imports..." + # npm install eslint -g + # eslint . --fix echo "Running autoflake to remove unused imports..." pip install autoflake @@ -164,9 +164,9 @@ jobs: git gc --prune=now # Garbage collect and prune unreachable objects # Remove unused imports and missing file references - echo "Running ESLint to remove unused imports..." - npm install eslint -g - eslint . --fix + # echo "Running ESLint to remove unused imports..." + # npm install eslint -g + # eslint . --fix echo "Running autoflake to remove unused imports..." pip install autoflake @@ -230,9 +230,9 @@ jobs: git gc --prune=now # Garbage collect and prune unreachable objects # Remove unused imports and missing file references - echo "Running ESLint to remove unused imports..." - npm install eslint -g - eslint . --fix + # echo "Running ESLint to remove unused imports..." + # npm install eslint -g + # eslint . --fix echo "Running autoflake to remove unused imports..." pip install autoflake