Skip to content

Commit bb15029

Browse files
authored
Merge pull request #561 from contentstack/feature/workflow
added git ingnore file
2 parents fba2d47 + c866b08 commit bb15029

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
# fi
126126
127127
# # Remove unused imports and missing file references
128-
# echo "Running ESLint to remove unused imports..."
129-
# npm install eslint -g
128+
echo "Running ESLint to remove unused imports..."
129+
npm install eslint -g
130130
eslint . --fix --ignore-path .eslintignore
131131
132132
# echo "Running autoflake to remove unused imports..."

upload-api/migration-sitecore/constants/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const MIGRATION_DATA_CONFIG = {
3636
ENTRIES_DIR_NAME : "entries",
3737
ENTRIES_MASTER_FILE : "index.json",
3838

39-
4039
GLOBAL_FIELDS_DIR_NAME : "global_fields",
4140
GLOBAL_FIELDS_FILE: "globalfields",
4241
GLOBAL_FIELDS_FILE_NAME : "globalfields.json",

0 commit comments

Comments
 (0)