Fix upgradeable workflow by not running the linter on transpiled output (#5754)
This commit is contained in:
@ -48,7 +48,7 @@ if [[ -v SUBMODULE_REMOTE ]]; then
|
|||||||
git add "$lib"
|
git add "$lib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git commit -m "Transpile $commit"
|
git commit -m "Transpile $commit" --no-verify
|
||||||
|
|
||||||
# return to original branch
|
# return to original branch
|
||||||
git checkout "$start_branch"
|
git checkout "$start_branch"
|
||||||
|
|||||||
Reference in New Issue
Block a user