소스 검색

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"