We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40ca137 + 734109b commit 0de055bCopy full SHA for 0de055b
.github/workflows/repo-sync.yml
@@ -173,7 +173,7 @@ jobs:
173
# # Format code
174
# npx prettier --write .
175
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' {}
+ # eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {}
177
178
git add .
179
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"
0 commit comments