tea-create-pr: disable treefmt cache

This commit is contained in:
Qubasa
2024-07-17 18:27:25 +02:00
parent 4c62f04a4b
commit 2b1d12f0b5

View File

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