Skip to content

Commit ca2cb5f

Browse files
committed
workflow chnages
1 parent c1afe98 commit ca2cb5f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/repo-sync.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898
git gc --prune=now # Garbage collect and prune unreachable objects
9999
100100
# Remove unused imports and missing file references
101-
echo "Running ESLint to remove unused imports..."
102-
npm install eslint -g
103-
eslint . --fix
101+
# echo "Running ESLint to remove unused imports..."
102+
# npm install eslint -g
103+
# eslint . --fix
104104
105105
echo "Running autoflake to remove unused imports..."
106106
pip install autoflake
@@ -164,9 +164,9 @@ jobs:
164164
git gc --prune=now # Garbage collect and prune unreachable objects
165165
166166
# Remove unused imports and missing file references
167-
echo "Running ESLint to remove unused imports..."
168-
npm install eslint -g
169-
eslint . --fix
167+
# echo "Running ESLint to remove unused imports..."
168+
# npm install eslint -g
169+
# eslint . --fix
170170
171171
echo "Running autoflake to remove unused imports..."
172172
pip install autoflake
@@ -230,9 +230,9 @@ jobs:
230230
git gc --prune=now # Garbage collect and prune unreachable objects
231231
232232
# Remove unused imports and missing file references
233-
echo "Running ESLint to remove unused imports..."
234-
npm install eslint -g
235-
eslint . --fix
233+
# echo "Running ESLint to remove unused imports..."
234+
# npm install eslint -g
235+
# eslint . --fix
236236
237237
echo "Running autoflake to remove unused imports..."
238238
pip install autoflake

0 commit comments

Comments
 (0)