فهرست منبع

Fix upgradeable workflow by not running the linter on transpiled output (#5754)

Hadrien Croubois 3 ماه پیش
والد
کامیت
668221e314
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/upgradeable/transpile-onto.sh

+ 1 - 1
scripts/upgradeable/transpile-onto.sh

@@ -48,7 +48,7 @@ if [[ -v SUBMODULE_REMOTE ]]; then
   git add "$lib"
 fi
 
-git commit -m "Transpile $commit"
+git commit -m "Transpile $commit" --no-verify
 
 # return to original branch
 git checkout "$start_branch"