Merge pull request 'tea-create-pr: disable treefmt cache' (#1776) from Qubasa/clan-core:Qubasa-main into main

This commit is contained in:
clan-bot
2024-07-17 16:30:45 +00:00

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