Skip to content

Commit 0de055b

Browse files
authored
Merge pull request #551 from contentstack/feature/workflow
workflow eslint
2 parents 40ca137 + 734109b commit 0de055b

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
@@ -173,7 +173,7 @@ jobs:
173173
# # Format code
174174
# npx prettier --write .
175175
176-
eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {}
176+
# eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {}
177177
178178
git add .
179179
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"

0 commit comments

Comments
 (0)