Skip to content

Commit 51437b1

Browse files
committed
workflow with eslint
1 parent 64f1d38 commit 51437b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
# # Remove unused imports and missing file references
128128
echo "Running ESLint to remove unused imports..."
129-
# npm install eslint -g
129+
npm install eslint -g
130130
eslint . --fix --ignore-pattern "cli/**"
131131
132132
# echo "Running autoflake to remove unused imports..."

0 commit comments

Comments
 (0)