Преглед на файлове

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"