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

This commit is contained in:
Hadrien Croubois
2025-06-19 14:11:57 +02:00
committed by GitHub
parent 2909098755
commit 668221e314

View File

@ -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"