Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down