tea-create-pr: disable treefmt cache

This commit is contained in:
Qubasa
2024-07-17 18:27:25 +02:00
parent 76cad49446
commit 2018a79fc2

View File

@@ -30,7 +30,7 @@ if ! check_remote "$remoteUpstream"; then
exit 1 exit 1
fi fi
treefmt --fail-on-change -C "$root_dir" treefmt --no-cache --fail-on-change -C "$root_dir"
upstream_url=$(git remote get-url "$remoteUpstream") upstream_url=$(git remote get-url "$remoteUpstream")
set -x set -x